Skip to content

defold/example-configfile-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-configfile-extension

You can access properties at runtime using sys.get_config_string(), sys.get_config_int() and sys.get_config_number().

The example shows how to implement config file property overrides. The interface allows you to both override existing properties (from game.project), but also how to return entirely new properties.

About

An example of how to extend the config file with custom properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published