Does it support NTSC?
foobrew
7
Posts
17
Following
A member registered Jun 19, 2019
Recent community posts
Iowa Jack and the Crystals of Chaos (Commodore 64) comments · Posted in Iowa Jack and the Crystals of Chaos (Commodore 64) comments
Steps to export this as a stand-alone binary:
- Clone the source repo from github.
- Copy the source/panda.tic file to your tic-80 dir (~/.local/share/com.nesbox.tic/TIC-80/ on Linux).
- From a running TIC-80 session: "load panda.tic"
- Hit Esc to get to the code editor.
- Comment out the first line by prefixing it with '--'.
- From your file manager, open the source/panda.lua file and copy the code then paste all the code into the TIC-80 code editor screen.
- Hit Esc to get back to the TIC-80 CLI.
- Type: 'export <platform> panda' where <platform> is 'linux', 'mac', etc.
You should now be able to just execute that exported file directly.