Full Changelog: 1.0...1.1
What's Changed
- Update to godot 4.3 by @theludovyc in #11
Update the project to the Godot version 4.3
- Fix #5 by @theludovyc in #12
Remove the open transition after the bootsplash on the first scene choosed by the user.
- Fix #6 by @theludovyc in #15
Use the ProjectSettings option "application/config/version" to set the label version number in the MainMenu scene.
- Fix #8 by @theludovyc in #13
Do not erase the ProjectSettings options when the project is reloaded.
- Fix #7 by @theludovyc in #14
Add property info to the ProjectSettings options to make them more easy to use. By example, for a file path open a file dialog.
- Fix #2 Slider UI scaling by @theludovyc in #16
Add the UI slider scaling in the video option. It permit to upscale the UI when the resolution is high. Avoid tiny UI.
- Fix #17 Handle saves by @theludovyc in #18
Add the save/load system to the project. With save, load and continue buttons, and a LoadMenu scene.