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