sokoban
Diffstat (limited to 'Back.tscn')
| -rw-r--r-- | Back.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Back.tscn b/Back.tscn new file mode 100644 index 0000000..3622d69 --- /dev/null +++ b/Back.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://theme.tres" type="Theme" id=1] + +[node name="Back" type="ColorRect"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = ExtResource( 1 ) +color = Color( 0.333333, 0.490196, 0.333333, 1 ) +__meta__ = { +"_edit_use_anchors_": false +} |