diff --git a/styles/Game.theme b/styles/Game.theme index c5144b4..0835f34 100644 Binary files a/styles/Game.theme and b/styles/Game.theme differ diff --git a/styles/KBlueBtnDisabled.tres b/styles/KBlueBtnDisabled.tres new file mode 100644 index 0000000..a1f38b0 --- /dev/null +++ b/styles/KBlueBtnDisabled.tres @@ -0,0 +1,11 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 49, 45 ) +margin_left = 5.0 +margin_right = 5.0 +margin_top = 5.0 +margin_bottom = 10.0