diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-03-24 22:57:17 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-03-24 22:57:17 +0100 |
commit | 83dc96928d0e30f376310fb6fb9c295710537bb0 (patch) | |
tree | 09f844ca440da060807332dfd251510578ab4570 /game/theme/assets | |
parent | 2a67800674ea4ad92befd9e2673a475ad6ae4dff (diff) |
Make main_menu_button.png a Texture2D
Make main_menu_button_normal a text resource
Easier to manage with Git
Diffstat (limited to 'game/theme/assets')
-rw-r--r-- | game/theme/assets/main_menu_button_normal.stylebox | bin | 497 -> 0 bytes | |||
-rw-r--r-- | game/theme/assets/main_menu_button_normal.tres | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/game/theme/assets/main_menu_button_normal.stylebox b/game/theme/assets/main_menu_button_normal.stylebox Binary files differdeleted file mode 100644 index 563b302..0000000 --- a/game/theme/assets/main_menu_button_normal.stylebox +++ /dev/null diff --git a/game/theme/assets/main_menu_button_normal.tres b/game/theme/assets/main_menu_button_normal.tres new file mode 100644 index 0000000..3521264 --- /dev/null +++ b/game/theme/assets/main_menu_button_normal.tres @@ -0,0 +1,10 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://blwilunhmyvpq"] + +[ext_resource type="Texture2D" uid="uid://c0p34i3d3b0pw" path="res://theme/assets/main_menu_button.png" id="1_o43lq"] + +[resource] +content_margin_left = 20.0 +content_margin_top = 10.0 +content_margin_right = 20.0 +content_margin_bottom = 14.0 +texture = ExtResource("1_o43lq") |