93 lines
2.7 KiB
Text
93 lines
2.7 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://bvvxwhg4tihng"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cohbys634cf18" path="res://menu/main_menu/MainMenuTheme.tres" id="1_3v0vu"]
|
|
[ext_resource type="Texture2D" uid="uid://dr4ayedb5xb2k" path="res://textures/file_editor.png" id="1_44xee"]
|
|
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="2_crosg"]
|
|
[ext_resource type="Script" path="res://scripts/level_select.gd" id="2_nurro"]
|
|
[ext_resource type="PackedScene" uid="uid://t83eid7pf4iv" path="res://menu/level_menu/level_button.tscn" id="4_0d7hu"]
|
|
|
|
[node name="LevelSelect" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("2_nurro")
|
|
|
|
[node name="CanvasLayer" parent="." instance=ExtResource("2_crosg")]
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_44xee")
|
|
expand_mode = 1
|
|
|
|
[node name="Label" type="Label" parent="Background"]
|
|
layout_mode = 0
|
|
offset_left = -28.0
|
|
offset_top = -12.0
|
|
offset_right = 214.0
|
|
offset_bottom = 24.0
|
|
theme = ExtResource("1_3v0vu")
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_font_sizes/font_size = 30
|
|
text = "level select"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="QuitButton" type="Button" parent="Background"]
|
|
layout_mode = 0
|
|
offset_left = 576.0
|
|
offset_top = 1.0
|
|
offset_right = 635.0
|
|
offset_bottom = 18.0
|
|
flat = true
|
|
|
|
[node name="ClipControl" type="Control" parent="Background"]
|
|
layout_mode = 1
|
|
anchor_left = 0.005
|
|
anchor_top = 0.11
|
|
anchor_right = 0.956
|
|
anchor_bottom = 0.924
|
|
offset_left = 0.599999
|
|
offset_top = -0.200005
|
|
offset_right = 0.319946
|
|
offset_bottom = -0.280029
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Background/ClipControl"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 65.2
|
|
offset_top = 14.0
|
|
offset_right = -93.1599
|
|
offset_bottom = -25.4
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
scale = Vector2(1.06042, 1.058)
|
|
columns = 3
|
|
|
|
[node name="LevelButton" parent="Background/ClipControl/GridContainer" instance=ExtResource("4_0d7hu")]
|
|
layout_mode = 2
|
|
disabled = false
|
|
locked = false
|
|
|
|
[node name="LevelButton2" parent="Background/ClipControl/GridContainer" instance=ExtResource("4_0d7hu")]
|
|
layout_mode = 2
|
|
disabled = false
|
|
level_num = 2
|
|
locked = false
|
|
|
|
[node name="LevelButton3" parent="Background/ClipControl/GridContainer" instance=ExtResource("4_0d7hu")]
|
|
layout_mode = 2
|
|
disabled = false
|
|
level_num = 3
|
|
locked = false
|
|
|
|
[connection signal="pressed" from="Background/QuitButton" to="." method="_on_quit_button_pressed"]
|