sokoban
1
2
3
4
5
6
7
8
9
10
11
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
}