quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
16 stars 11 forks source link

[Feature Request]: Move save file versioning into the project settings #55

Closed quellus closed 1 day ago

quellus commented 1 month ago

Is your feature request related to a problem? Please describe.

Versioning is only used to keep track of save files, but versioning should be standardized for the entire program instead.

Describe the solution you'd like

Instead of storing the version as a constant in the code, it should be stored in and fetched from the project settings in Application -> Config -> Version

Describe alternatives you've considered

No response

Additional Context

No response