online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/smallbutton.tres')
| -rw-r--r-- | ui/theme/smallbutton.tres | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/theme/smallbutton.tres b/ui/theme/smallbutton.tres new file mode 100644 index 0000000..8e87d11 --- /dev/null +++ b/ui/theme/smallbutton.tres @@ -0,0 +1,11 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://assets/ui/smallbutton.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 42, 42 ) +margin_left = 14.0 +margin_right = 14.0 +margin_top = 14.0 +margin_bottom = 14.0 |