- @echo off
- "%PROGRAMFILES%\Aseprite\Aseprite.exe" -b einhander.aseprite --save-as einhander.png
- copy /Y .\einhander.lua %USERPROFILE%\AppData\Roaming\com.nesbox.tic\TIC-80\einhander.lua
- copy /Y .\einhander.png %USERPROFILE%\AppData\Roaming\com.nesbox.tic\TIC-80\einhander.png
- REM copy the .tic file back here because the SFX/Music editing is done there
- copy /Y %USERPROFILE%\AppData\Roaming\com.nesbox.tic\TIC-80\einhander.tic .\einhander.tic
- %USERPROFILE%\Desktop\tic80.exe --skip --cmd "load einhander.tic & import code einhander.lua & import sprites einhander.png & save & run"
|