Rename Godot-specific resource extensions

This commit is contained in:
George Marques 2017-06-15 19:44:11 -03:00
parent 7b1f1dbf37
commit e42d59f01e
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
21 changed files with 31 additions and 31 deletions

View file

@ -43,7 +43,7 @@
class Theme : public Resource {
GDCLASS(Theme, Resource);
RES_BASE_EXTENSION("thm");
RES_BASE_EXTENSION("theme");
static Ref<Theme> default_theme;