A tiny grid-based game framework · By rxi
Is there a way to import or structure multiple files? Or does it all need to be in one big file? Thanks.
You can pass multiple filename arguments to cel7 if you want to use multiple files, when creating a self-contained executable you can append multiple files to the end of the exe
So the files are just cat'd together? That works, I suppose.