diff options
author | George Marques <george@gmarqu.es> | 2017-06-15 19:44:11 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2017-06-15 21:35:20 -0300 |
commit | e42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (patch) | |
tree | 2699fa08b41a792096965717dce6be6b58487d0a /scene/resources/font.h | |
parent | 7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff) |
Rename Godot-specific resource extensions
Diffstat (limited to 'scene/resources/font.h')
-rw-r--r-- | scene/resources/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/font.h b/scene/resources/font.h index 20978acccd..a04ffbdd4b 100644 --- a/scene/resources/font.h +++ b/scene/resources/font.h @@ -66,7 +66,7 @@ public: class BitmapFont : public Font { GDCLASS(BitmapFont, Font); - RES_BASE_EXTENSION("fnt"); + RES_BASE_EXTENSION("font"); Vector<Ref<Texture> > textures; |