quellus / GDTuber

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

Fixed little file extension bug #112

Closed quellus closed 1 month ago

quellus commented 1 month ago

The loading dialog was filtering out all file types except .gdtuber, if you had a .json file it required you to select it in the dropdown first. Now they're both selected and you don't have to do anything.

The save dialog only allowed .json by default, now it filters both.