Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

cel7

A tiny grid-based game framework · By rxi

Multiple files?

A topic by Rynelf created Oct 03, 2020 Views: 513 Replies: 2
Viewing posts 1 to 3

Is there a way to import or structure multiple files? Or does it all need to be in one big file? Thanks.

Developer

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.