Rename Godot-specific resource extensions
This commit is contained in:
parent
7b1f1dbf37
commit
e42d59f01e
21 changed files with 31 additions and 31 deletions
|
|
@ -43,7 +43,7 @@
|
|||
class Theme : public Resource {
|
||||
|
||||
GDCLASS(Theme, Resource);
|
||||
RES_BASE_EXTENSION("thm");
|
||||
RES_BASE_EXTENSION("theme");
|
||||
|
||||
static Ref<Theme> default_theme;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue