I want to display my game version in on the screen.
How do I get to the version
field from the project settings in runtime?
I want to display my game version in on the screen.
How do I get to the version
field from the project settings in runtime?
sys.get_config("project.version")
You can get any game.project setting this way.
Fredrik, thank you! Looks like I was not reading the get_config
docs carefully enough!
Latest working code: sys.get_config_string("project.version")