sokoban
Diffstat (limited to 'focus_box.tres')
| -rw-r--r-- | focus_box.tres | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/focus_box.tres b/focus_box.tres deleted file mode 100644 index 85ab432..0000000 --- a/focus_box.tres +++ /dev/null @@ -1,15 +0,0 @@ -[gd_resource type="StyleBoxTexture" load_steps=2 format=2] - -[ext_resource path="res://focused.png" type="Texture" id=1] - -[resource] -texture = ExtResource( 1 ) -region_rect = Rect2( 0, 0, 12, 12 ) -margin_left = 1.0 -margin_right = 1.0 -margin_top = 1.0 -margin_bottom = 1.0 -expand_margin_left = 2.0 -expand_margin_right = 2.0 -expand_margin_top = 2.0 -expand_margin_bottom = 2.0 |