Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

program.properties

Tor (torbuntu) edited this page Nov 24, 2019 · 7 revisions

Custom 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.

Properties

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.

Display Properties

These properties are displayed on the Leikr Menu Selection screen.

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.

Contents

Home

API

under construction for version 1.10.1

Clone this wiki locally