[gd_scene load_steps=3 format=3 uid="uid://drbqiko4xx71d"] [ext_resource type="Script" path="res://scripts/LevelSelect.gd" id="1_ck5bd"] [ext_resource type="FontFile" uid="uid://cpwx7datjer6s" path="res://assets/PixelOperator8.ttf" id="2_3ebbo"] [node name="LevelSelect" type="CanvasLayer"] script = ExtResource("1_ck5bd") [node name="Control" type="Control" parent="."] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Button_1" type="Button" parent="Control"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -240.0 offset_top = -148.0 offset_right = -32.0 offset_bottom = -84.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_3ebbo") theme_override_font_sizes/font_size = 24 disabled = true text = "Level 1" [node name="Button_2" type="Button" parent="Control"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = 32.0 offset_top = -148.0 offset_right = 240.0 offset_bottom = -84.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_3ebbo") theme_override_font_sizes/font_size = 24 disabled = true text = "Level 2" [node name="Button_3" type="Button" parent="Control"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -240.0 offset_top = -36.0 offset_right = -32.0 offset_bottom = 28.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_3ebbo") theme_override_font_sizes/font_size = 24 disabled = true text = "Level 3" [node name="Button_4" type="Button" parent="Control"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = 32.0 offset_top = -36.0 offset_right = 240.0 offset_bottom = 28.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_3ebbo") theme_override_font_sizes/font_size = 24 disabled = true text = "Level 4" [node name="Button_5" type="Button" parent="Control"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -240.0 offset_top = 76.0 offset_right = -32.0 offset_bottom = 140.0 grow_horizontal = 2 grow_vertical = 2 theme_override_fonts/font = ExtResource("2_3ebbo") theme_override_font_sizes/font_size = 24 disabled = true text = "Level 5" [connection signal="pressed" from="Control/Button_1" to="." method="_on_button_pressed" binds= ["1"]] [connection signal="pressed" from="Control/Button_2" to="." method="_on_button_pressed" binds= ["2"]] [connection signal="pressed" from="Control/Button_3" to="." method="_on_button_pressed" binds= ["3"]] [connection signal="pressed" from="Control/Button_4" to="." method="_on_button_pressed" binds= ["4"]] [connection signal="pressed" from="Control/Button_5" to="." method="_on_button_pressed" binds= ["5"]]