quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 12 forks source link

[Feature Request]: Save files should be `.gdt` extension #90

Closed quellus closed 1 month ago

quellus commented 1 month ago

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

Users may find unrelated JSON files and think they are valid configs for GDTuber. Giving save files a custom extension can both make it easier to remember what the file is, and prevent users from trying to load the wrong file.

Describe the solution you'd like

Save files should be saved with the .gdt extension. When loading a file, the file dialog should filter to .gdt files

Describe alternatives you've considered

No response

Additional Context

No response

Yagich commented 1 month ago

.gdt could potentially be used in the future by Godot for trait files, so maybe make it more explicit like .gdtuber?

(reference)