Diffstat (limited to 'ui/scenes/levelselect.tscn')
-rw-r--r--ui/scenes/levelselect.tscn19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/scenes/levelselect.tscn b/ui/scenes/levelselect.tscn
new file mode 100644
index 0000000..a187002
--- /dev/null
+++ b/ui/scenes/levelselect.tscn
@@ -0,0 +1,19 @@
+[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 )