Recover from https://gist.github.com/oblerion/0d567a202ad6141ae2dbcecae769e281
Thanks to librorumque for start it.
- win : "C:/Program Files (x86)/Tic80/tic80.exe"
- linux : "/usr/bin/tic80"
- macos : need to set
path.tic80 = "C:/Program Files (x86)/Tic80/tic80.exe"
path.tic80 = "/usr/bin/tic80"
save/restart zb
- (TIC-80_LUA) run lua only
- (TIC-80_TIC) import code lua to .tic and run it
- select TIC-80_LUA : Project > Lua Interpreter > TIC-80_LUA
- select TIC-80_TIC : Project > Lua Interpreter > TIC-80_TIC
Open your lua file and shortcut(F6) start interpreter,
(shift+F5) or (close tic80 window) for stop it.