Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@theludovyc theludovyc released this 09 Nov 07:30
· 1 commit to main since this release
d7335c2

Full Changelog: 1.0...1.1

What's Changed

Update the project to the Godot version 4.3

Remove the open transition after the bootsplash on the first scene choosed by the user.

Use the ProjectSettings option "application/config/version" to set the label version number in the MainMenu scene.

Do not erase the ProjectSettings options when the project is reloaded.

Add property info to the ProjectSettings options to make them more easy to use. By example, for a file path open a file dialog.

Add the UI slider scaling in the video option. It permit to upscale the UI when the resolution is high. Avoid tiny UI.

Add the save/load system to the project. With save, load and continue buttons, and a LoadMenu scene.