sokoban
Diffstat (limited to 'ButtonHoverStylebox.tres')
| -rw-r--r-- | ButtonHoverStylebox.tres | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ButtonHoverStylebox.tres b/ButtonHoverStylebox.tres new file mode 100644 index 0000000..e7d244b --- /dev/null +++ b/ButtonHoverStylebox.tres @@ -0,0 +1,11 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=2] + +[ext_resource path="res://ButtonHoverStylebox.png" type="Texture" id=1] + +[resource] +texture = ExtResource( 1 ) +region_rect = Rect2( 0, 0, 6, 6 ) +margin_left = 2.0 +margin_right = 2.0 +margin_top = 2.0 +margin_bottom = 2.0 |