-
Notifications
You must be signed in to change notification settings - Fork 4
program.properties
In each program in the Programs/ directory there should be a file called program.properties. This is used to set custom properties for the program.
max_sprites The default max sprites drawable at a single time is 120. Overriding this property can extend that number all the way to a maximum of 2048. Anything above 2048 will be dropped to the maximum number.
use_compiled boolean value to tell the engine to load compiled code instead of compiling at runtime.
compile_source boolean value to tell the engine to compile the game code.
title the title of the program
type the type of program (Game, Utility, Program, Demo)
author the author of the program
version The version String of your program.
players a numerical value of how many players can use the program.
about this is a longer section explaining what it is the program does, or is.