189 lines
7.1 KiB
Text
189 lines
7.1 KiB
Text
|
|
[gd_scene load_steps=24 format=3 uid="uid://cfl8jnifpy1mr"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://g60u0dy4vge1" path="res://menu.gd" id="1_3ls4m"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://h5gno6gam7vw" path="res://Sprites/Menu/SamSculptBackground.jpg" id="1_4hy44"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://dx2od8kj2tx27" path="res://Sprites/Menu/sStartGame_norm.png" id="2_ytr4m"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://beaqc3s4yukmv" path="res://Sprites/Menu/sStartGame_down.png" id="3_l48gv"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://jn3466kmsbx1" path="res://Sprites/Menu/sStartGame_over.png" id="4_ecwwl"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://bjc6k8qa2muf0" path="res://Sprites/Menu/sLoadGame_norm.png" id="5_4ndjb"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://bfes07jjb30x" path="res://Sprites/Menu/sLoadGame_down.png" id="6_3ls4m"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://c5ws7f57d2534" path="res://Sprites/Menu/sLoadGame_over.png" id="7_5h80m"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://dqt2ay07vmx2i" path="res://Sprites/Menu/sLoadGame_disabled.png" id="8_w25hu"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://6lba6akdmoe7" path="res://Sprites/Menu/sHowToPlay_norm.png" id="9_td6mg"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://rbr3djdq3wm5" path="res://Sprites/Menu/sHowToPlay_down.png" id="10_guify"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://fbthyhk0uanl" path="res://Sprites/Menu/sHowToPlay_over.png" id="11_oil5j"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://dvyne7cjjio3y" path="res://Sprites/Menu/sHiScore_norm.png" id="12_8uog0"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cmrya3tqvfbl5" path="res://Sprites/Menu/sHiScore_down.png" id="13_k5x1w"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://b2vrsvf2qjq3o" path="res://Sprites/Menu/sHiScore_over.png" id="14_rkpqm"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cvgvl72ntnhk" path="res://Sprites/Menu/sCredits_norm.png" id="15_7wriu"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://db5jte7jn40r1" path="res://Sprites/Menu/sCredits_down.png" id="16_xhgcl"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://1goetawa8o6f" path="res://Sprites/Menu/sCredits_over.png" id="17_8tnp7"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://c3406dw6nnn36" path="res://Sprites/Menu/SS_HowtoPlay.png" id="19_guify"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://b5t3iwxn7xgyf" path="res://Sprites/Menu/sBack_norm.png" id="20_oil5j"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://buf7vdsjd41bv" path="res://Sprites/Menu/sBack_down.png" id="21_8uog0"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://bofcm3c31logg" path="res://Sprites/Menu/sBack_over.png" id="22_k5x1w"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cv83x0ws1vshy" path="res://Sprites/Menu/SS_Credits.png" id="23_oil5j"]
|
||
|
|
|
||
|
|
[node name="Menu" type="Control" node_paths=PackedStringArray("helpScreen", "creditsScreen")]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
script = ExtResource("1_3ls4m")
|
||
|
|
helpScreen = NodePath("HowToPlayScreen")
|
||
|
|
creditsScreen = NodePath("Credits")
|
||
|
|
|
||
|
|
[node name="Background" type="TextureRect" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -432.0
|
||
|
|
offset_top = -324.0
|
||
|
|
offset_right = 432.0
|
||
|
|
offset_bottom = 324.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
texture = ExtResource("1_4hy44")
|
||
|
|
|
||
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -175.0
|
||
|
|
offset_top = 91.0
|
||
|
|
offset_right = 175.0
|
||
|
|
offset_bottom = 291.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
theme_override_constants/separation = 0
|
||
|
|
|
||
|
|
[node name="StartButton" type="TextureButton" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
texture_normal = ExtResource("2_ytr4m")
|
||
|
|
texture_pressed = ExtResource("3_l48gv")
|
||
|
|
texture_hover = ExtResource("4_ecwwl")
|
||
|
|
|
||
|
|
[node name="ContinueButton" type="TextureButton" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
disabled = true
|
||
|
|
texture_normal = ExtResource("5_4ndjb")
|
||
|
|
texture_pressed = ExtResource("6_3ls4m")
|
||
|
|
texture_hover = ExtResource("7_5h80m")
|
||
|
|
texture_disabled = ExtResource("8_w25hu")
|
||
|
|
|
||
|
|
[node name="HowToPlay" type="TextureButton" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
texture_normal = ExtResource("9_td6mg")
|
||
|
|
texture_pressed = ExtResource("10_guify")
|
||
|
|
texture_hover = ExtResource("11_oil5j")
|
||
|
|
|
||
|
|
[node name="Highscores" type="TextureButton" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
texture_normal = ExtResource("12_8uog0")
|
||
|
|
texture_pressed = ExtResource("13_k5x1w")
|
||
|
|
texture_hover = ExtResource("14_rkpqm")
|
||
|
|
|
||
|
|
[node name="Credits" type="TextureButton" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
texture_normal = ExtResource("15_7wriu")
|
||
|
|
texture_pressed = ExtResource("16_xhgcl")
|
||
|
|
texture_hover = ExtResource("17_8tnp7")
|
||
|
|
|
||
|
|
[node name="HowToPlayScreen" type="Control" parent="."]
|
||
|
|
visible = false
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="TextureRect" type="TextureRect" parent="HowToPlayScreen"]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -432.0
|
||
|
|
offset_top = -324.0
|
||
|
|
offset_right = 432.0
|
||
|
|
offset_bottom = 324.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
texture = ExtResource("19_guify")
|
||
|
|
|
||
|
|
[node name="Back" type="TextureButton" parent="HowToPlayScreen"]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 7
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 1.0
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_left = -130.0
|
||
|
|
offset_top = -57.0
|
||
|
|
offset_right = 130.0
|
||
|
|
offset_bottom = -17.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 0
|
||
|
|
texture_normal = ExtResource("20_oil5j")
|
||
|
|
texture_pressed = ExtResource("21_8uog0")
|
||
|
|
texture_hover = ExtResource("22_k5x1w")
|
||
|
|
|
||
|
|
[node name="Credits" type="Control" parent="."]
|
||
|
|
visible = false
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="TextureRect" type="TextureRect" parent="Credits"]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -432.0
|
||
|
|
offset_top = -324.0
|
||
|
|
offset_right = 432.0
|
||
|
|
offset_bottom = 324.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
texture = ExtResource("23_oil5j")
|
||
|
|
|
||
|
|
[node name="Back" type="TextureButton" parent="Credits"]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 7
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 1.0
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_left = -130.0
|
||
|
|
offset_top = -57.0
|
||
|
|
offset_right = 130.0
|
||
|
|
offset_bottom = -17.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 0
|
||
|
|
texture_normal = ExtResource("20_oil5j")
|
||
|
|
texture_pressed = ExtResource("21_8uog0")
|
||
|
|
texture_hover = ExtResource("22_k5x1w")
|
||
|
|
|
||
|
|
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_start_button_pressed"]
|
||
|
|
[connection signal="pressed" from="VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
|
||
|
|
[connection signal="pressed" from="VBoxContainer/HowToPlay" to="." method="_on_how_to_play_pressed"]
|
||
|
|
[connection signal="pressed" from="VBoxContainer/Highscores" to="." method="_on_highscores_pressed"]
|
||
|
|
[connection signal="pressed" from="VBoxContainer/Credits" to="." method="_on_credits_pressed"]
|
||
|
|
[connection signal="pressed" from="HowToPlayScreen/Back" to="." method="_on_back_pressed"]
|
||
|
|
[connection signal="pressed" from="Credits/Back" to="." method="_on_back_pressed"]
|