Diffstat (limited to 'ui/scenes/levelselect.tscn')
| -rw-r--r-- | ui/scenes/levelselect.tscn | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ui/scenes/levelselect.tscn b/ui/scenes/levelselect.tscn deleted file mode 100644 index a187002..0000000 --- a/ui/scenes/levelselect.tscn +++ /dev/null @@ -1,19 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://sprites/lock.png" type="Texture" id=1] - -[node name="levelselect" type="ColorRect"] -anchor_right = 1.0 -anchor_bottom = 1.0 -color = Color( 0, 0, 0, 1 ) -__meta__ = { -"_edit_use_anchors_": false -} - -[node name="TextureButton" type="TextureButton" parent="."] -margin_left = 16.0 -margin_top = 16.0 -margin_right = 40.0 -margin_bottom = 40.0 -disabled = true -texture_disabled = ExtResource( 1 ) |