aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/style_box.h
diff options
context:
space:
mode:
authorGeorge Marques2017-06-15 19:44:11 -0300
committerGeorge Marques2017-06-15 21:35:20 -0300
commite42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (patch)
tree2699fa08b41a792096965717dce6be6b58487d0a /scene/resources/style_box.h
parent7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff)
downloadgodot-e42d59f.tar.gz
godot-e42d59f.tar.zst
godot-e42d59f.zip
Rename Godot-specific resource extensions
Diffstat (limited to 'scene/resources/style_box.h')
-rw-r--r--scene/resources/style_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/style_box.h b/scene/resources/style_box.h
index bbb2444bd..97edc68bf 100644
--- a/scene/resources/style_box.h
+++ b/scene/resources/style_box.h
@@ -39,7 +39,7 @@
class StyleBox : public Resource {
GDCLASS(StyleBox, Resource);
- RES_BASE_EXTENSION("sbx");
+ RES_BASE_EXTENSION("stylebox");
OBJ_SAVE_TYPE(StyleBox);
float margin[4];