quellus / GDTuber

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

Change project version to a string #102

Closed quellus closed 1 month ago

quellus commented 1 month ago

Also moved project version into the project settings

I don't really like that we had to change a simple float >= float comparison to string.naturalnocasecmp_to(string) >= 0 super hard to read and I had to spend a lot of time just understanding what naturalnocasecmp_to does, but as far as I can tell, there isn't a more readable way to compare strings lexicographically in Godot.