898 lines
32 KiB
Plaintext
898 lines
32 KiB
Plaintext
[gd_scene format=3 uid="uid://c26eopjsdqsos"]
|
|
|
|
[ext_resource type="Script" uid="uid://cp0kavvow80re" path="res://skripts/loading_manager.gd" id="1_344ge"]
|
|
[ext_resource type="FontFile" uid="uid://dbu0r5650h6y7" path="res://Fonts/KiwiSoda.ttf" id="2_8gbba"]
|
|
[ext_resource type="Script" uid="uid://blpqt3684uqo3" path="res://skripts/main_ui.gd" id="2_kry3j"]
|
|
[ext_resource type="PackedScene" uid="uid://sf78wpryyft7" path="res://Scenes/main_menu.tscn" id="2_ynf5e"]
|
|
[ext_resource type="Script" uid="uid://nlsb57w80fwx" path="res://UI/Game_UI/game_over.gd" id="4_6bp64"]
|
|
[ext_resource type="Script" uid="uid://bt2i7cyj2068s" path="res://UI/Game_UI/options.gd" id="4_hptm8"]
|
|
[ext_resource type="AudioStream" uid="uid://dw2tq5dua64gi" path="res://Sounds/moodmode-8-bit-arcade-138828.mp3" id="4_jjvhh"]
|
|
[ext_resource type="Script" uid="uid://cq6mlse7q0s3r" path="res://UI/Game_UI/pause.gd" id="5_21xkr"]
|
|
[ext_resource type="AudioStream" uid="uid://ba6yncrn31cf5" path="res://Sounds/item_escheinen.wav" id="6_d1ilt"]
|
|
[ext_resource type="FontFile" uid="uid://j8bg2ehhxgrw" path="res://Fonts/VT323-Regular.ttf" id="6_fevyy"]
|
|
[ext_resource type="Theme" uid="uid://rn5l7iugkw5s" path="res://new_theme.tres" id="7_fevyy"]
|
|
[ext_resource type="Script" uid="uid://bb5fu5cke3fqa" path="res://skripts/game_guide.gd" id="8_ynf5e"]
|
|
[ext_resource type="Texture2D" uid="uid://0w4pkd6tx8gc" path="res://Scenes/KeY.png" id="11_6iyac"]
|
|
[ext_resource type="Texture2D" uid="uid://g2b1nbuer721" path="res://Assets/items/new_images/wood_tex.png" id="12_h1bgf"]
|
|
[ext_resource type="Texture2D" uid="uid://bvne2pgmcd2w4" path="res://Assets/Kessel/Kessel.png" id="13_b3802"]
|
|
[ext_resource type="Texture2D" uid="uid://cenr73lenkbsd" path="res://Assets/items/new_images/green_slime.png" id="16_fevyy"]
|
|
[ext_resource type="Texture2D" uid="uid://gi67if720ch7" path="res://Assets/items/new_images/potion.png" id="16_pdsj5"]
|
|
[ext_resource type="Script" uid="uid://d2rjd4gh1wx1j" path="res://skripts/credits.gd" id="17_b3802"]
|
|
[ext_resource type="Texture2D" uid="uid://b0unliglhjmxs" path="res://Assets/items/new_images/apple.png" id="17_hibaj"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hptm8"]
|
|
bg_color = Color(0.1254902, 0.02745098, 0.26666668, 0.8352941)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hibaj"]
|
|
bg_color = Color(0.5131155, 0.30123413, 0.08043229, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fevyy"]
|
|
bg_color = Color(0.8235294, 0.5176471, 0.18039216, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_344ge"]
|
|
bg_color = Color(0.1254902, 0.015686275, 0.19215687, 0.972549)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ee4r6"]
|
|
bg_color = Color(0.9647059, 0, 0, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ynf5e"]
|
|
bg_color = Color(0.12679473, 0.028189013, 0.26677153, 1)
|
|
|
|
[node name="Main" type="Node2D" unique_id=1073440973 node_paths=PackedStringArray("levelcontainer", "ui")]
|
|
script = ExtResource("1_344ge")
|
|
levelcontainer = NodePath("levelcontainer")
|
|
ui = NodePath("UI")
|
|
|
|
[node name="levelcontainer" type="Node" parent="." unique_id=497952169]
|
|
|
|
[node name="MainMenu" parent="levelcontainer" unique_id=1533600064 instance=ExtResource("2_ynf5e")]
|
|
|
|
[node name="UI" type="CanvasLayer" parent="." unique_id=418518996 node_paths=PackedStringArray("options", "game_over", "pause", "game_guide", "credits")]
|
|
layer = 2
|
|
script = ExtResource("2_kry3j")
|
|
options = NodePath("Options")
|
|
game_over = NodePath("Game_over")
|
|
pause = NodePath("Pause")
|
|
game_guide = NodePath("GameGuide")
|
|
credits = NodePath("Credits")
|
|
|
|
[node name="Game_over" type="Control" parent="UI" unique_id=741895067 node_paths=PackedStringArray("game_over_text")]
|
|
visible = false
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("4_6bp64")
|
|
game_over_text = NodePath("PanelContainer/VBoxContainer/GameOverText")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="UI/Game_over" unique_id=1938332521]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/Game_over/PanelContainer" unique_id=164348820]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer4" type="MarginContainer" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=860651868]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="GameOver Titel" type="Label" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=795638651]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 38
|
|
text = "End of Buisness"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=797495823]
|
|
layout_mode = 2
|
|
|
|
[node name="GameOverText" type="Label" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=1615100812]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 17
|
|
text = "Ohh no too many Orders incorect "
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=2115156507]
|
|
layout_mode = 2
|
|
|
|
[node name="Retry_button" type="Button" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=419923981]
|
|
custom_minimum_size = Vector2(180, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Retry "
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=1989637140]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Main_menu" type="Button" parent="UI/Game_over/PanelContainer/VBoxContainer/HBoxContainer2" unique_id=559165199]
|
|
custom_minimum_size = Vector2(12, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
text = "Main Menu"
|
|
|
|
[node name="Quit" type="Button" parent="UI/Game_over/PanelContainer/VBoxContainer/HBoxContainer2" unique_id=34344124]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
text = "Quit"
|
|
|
|
[node name="MarginContainer3" type="MarginContainer" parent="UI/Game_over/PanelContainer/VBoxContainer" unique_id=1580564388]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="Pause" type="Control" parent="UI" unique_id=904800456]
|
|
process_mode = 3
|
|
visible = false
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("5_21xkr")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="UI/Pause" unique_id=1224209509]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -150.0
|
|
offset_top = -77.5
|
|
offset_right = 150.0
|
|
offset_bottom = 90.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/Pause/PanelContainer" unique_id=170459236]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="UI/Pause/PanelContainer/VBoxContainer" unique_id=2067218198]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 45
|
|
text = "Pause"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UI/Pause/PanelContainer/VBoxContainer" unique_id=387465911]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_top = 32
|
|
theme_override_constants/margin_right = 2
|
|
|
|
[node name="Resume_Button" type="Button" parent="UI/Pause/PanelContainer/VBoxContainer" unique_id=1889266964]
|
|
custom_minimum_size = Vector2(250, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
text = "Resume"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="UI/Pause/PanelContainer/VBoxContainer" unique_id=1347413834]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Options_Button" type="Button" parent="UI/Pause/PanelContainer/VBoxContainer/HBoxContainer" unique_id=1980419384]
|
|
custom_minimum_size = Vector2(155, 0)
|
|
layout_mode = 2
|
|
theme = ExtResource("7_fevyy")
|
|
text = "Options"
|
|
|
|
[node name="Main Menu Button" type="Button" parent="UI/Pause/PanelContainer/VBoxContainer/HBoxContainer" unique_id=517049143]
|
|
custom_minimum_size = Vector2(90, 0)
|
|
layout_mode = 2
|
|
theme = ExtResource("7_fevyy")
|
|
text = "Main Menu"
|
|
|
|
[node name="Options" type="Control" parent="UI" unique_id=190518595 node_paths=PackedStringArray("sfx_slider", "musik_slider", "sfx_value", "musik_value", "test_sound")]
|
|
process_mode = 3
|
|
visible = false
|
|
z_index = 3
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("4_hptm8")
|
|
sfx_slider = NodePath("PanelContainer/VBoxContainer/Sfk_Slider/sfx_slider")
|
|
musik_slider = NodePath("PanelContainer/VBoxContainer/slider_Musik/musik_slider")
|
|
sfx_value = NodePath("PanelContainer/VBoxContainer/Sfk_Slider/sfx_value")
|
|
musik_value = NodePath("PanelContainer/VBoxContainer/slider_Musik/musik_value")
|
|
test_sound = NodePath("PanelContainer/VBoxContainer/Sfk_Slider/Test_sound")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="UI/Options" unique_id=255150220]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_hptm8")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/Options/PanelContainer" unique_id=1126377854]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="MarginContainer4" type="MarginContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1676666919]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
[node name="Label" type="Label" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=481359655]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 45
|
|
text = "Options"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=123318594]
|
|
layout_mode = 2
|
|
|
|
[node name="Label4" type="Label" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1357376440]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
text = "SFX Volume:"
|
|
vertical_alignment = 1
|
|
|
|
[node name="Sfk_Slider" type="HBoxContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=441178083]
|
|
layout_mode = 2
|
|
|
|
[node name="sfx_value" type="Label" parent="UI/Options/PanelContainer/VBoxContainer/Sfk_Slider" unique_id=1308493140]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
text = "0%"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="sfx_slider" type="HSlider" parent="UI/Options/PanelContainer/VBoxContainer/Sfk_Slider" unique_id=1579374069]
|
|
custom_minimum_size = Vector2(238, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_hibaj")
|
|
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_fevyy")
|
|
max_value = 1.0
|
|
step = 0.05
|
|
value = 0.55
|
|
|
|
[node name="Test_sound" type="AudioStreamPlayer" parent="UI/Options/PanelContainer/VBoxContainer/Sfk_Slider" unique_id=1971850631]
|
|
stream = ExtResource("6_d1ilt")
|
|
bus = &"Soundeffekts"
|
|
|
|
[node name="Label3" type="Label" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1207298103]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
text = "Musik Volume"
|
|
vertical_alignment = 1
|
|
|
|
[node name="slider_Musik" type="HBoxContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1940933365]
|
|
layout_mode = 2
|
|
|
|
[node name="musik_value" type="Label" parent="UI/Options/PanelContainer/VBoxContainer/slider_Musik" unique_id=1341549201]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
text = "0%"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="musik_slider" type="HSlider" parent="UI/Options/PanelContainer/VBoxContainer/slider_Musik" unique_id=1353974796]
|
|
custom_minimum_size = Vector2(238, 0)
|
|
layout_mode = 2
|
|
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_hibaj")
|
|
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_fevyy")
|
|
max_value = 1.0
|
|
step = 0.05
|
|
|
|
[node name="MarginContainer6" type="MarginContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1590390563]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 14
|
|
|
|
[node name="Screen_properties" type="HBoxContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=511292129]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Label2" type="Label" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=256348534]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Full Screen"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=94414224]
|
|
layout_mode = 2
|
|
|
|
[node name="Label3" type="Label" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=66172107]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Windowed"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CheckBox2" type="CheckBox" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=1715901375]
|
|
layout_mode = 2
|
|
|
|
[node name="Label4" type="Label" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=1611812131]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Mazimized"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CheckBox3" type="CheckBox" parent="UI/Options/PanelContainer/VBoxContainer/Screen_properties" unique_id=1651791485]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer3" type="MarginContainer" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=1167025013]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="UI/Options/PanelContainer/VBoxContainer" unique_id=283836752]
|
|
custom_minimum_size = Vector2(101, 35)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "Close"
|
|
|
|
[node name="GameGuide" type="Panel" parent="UI" unique_id=231942115 node_paths=PackedStringArray("button")]
|
|
visible = false
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_344ge")
|
|
script = ExtResource("8_ynf5e")
|
|
button = NodePath("Button")
|
|
|
|
[node name="Button" type="Button" parent="UI/GameGuide" unique_id=964704963]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -54.0
|
|
offset_top = -45.0
|
|
offset_right = 61.0
|
|
offset_bottom = -6.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 25
|
|
text = "Continue"
|
|
|
|
[node name="Movment_Part" type="Control" parent="UI/GameGuide" unique_id=678350929]
|
|
anchors_preset = 0
|
|
offset_left = 45.0
|
|
offset_top = -47.0
|
|
offset_right = 85.0
|
|
offset_bottom = -7.0
|
|
|
|
[node name="W" type="TextureRect" parent="UI/GameGuide/Movment_Part" unique_id=1785073740]
|
|
layout_mode = 0
|
|
offset_left = 42.0
|
|
offset_top = 116.0
|
|
offset_right = 72.0
|
|
offset_bottom = 145.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part/W" unique_id=874268573]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_top = 1.0
|
|
offset_right = 31.0
|
|
offset_bottom = 30.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "W"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="A" type="TextureRect" parent="UI/GameGuide/Movment_Part" unique_id=666161990]
|
|
layout_mode = 0
|
|
offset_left = 12.0
|
|
offset_top = 145.0
|
|
offset_right = 42.0
|
|
offset_bottom = 174.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part/A" unique_id=1262416316]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_top = 1.0
|
|
offset_right = 31.0
|
|
offset_bottom = 30.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "A"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="S" type="TextureRect" parent="UI/GameGuide/Movment_Part" unique_id=162022881]
|
|
layout_mode = 0
|
|
offset_left = 42.0
|
|
offset_top = 145.0
|
|
offset_right = 72.0
|
|
offset_bottom = 174.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part/S" unique_id=392629076]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_top = 1.0
|
|
offset_right = 31.0
|
|
offset_bottom = 30.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "s"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="D" type="TextureRect" parent="UI/GameGuide/Movment_Part" unique_id=1994292723]
|
|
layout_mode = 0
|
|
offset_left = 72.0
|
|
offset_top = 145.0
|
|
offset_right = 102.0
|
|
offset_bottom = 174.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part/D" unique_id=1708606427]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_top = 1.0
|
|
offset_right = 31.0
|
|
offset_bottom = 30.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "D"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part" unique_id=332209511]
|
|
layout_mode = 0
|
|
offset_left = 17.0
|
|
offset_top = 174.0
|
|
offset_right = 92.0
|
|
offset_bottom = 197.0
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Movment"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Movment_Part2" type="Control" parent="UI/GameGuide" unique_id=1717764318]
|
|
anchors_preset = 0
|
|
offset_left = -95.0
|
|
offset_top = 42.0
|
|
offset_right = -55.0
|
|
offset_bottom = 82.0
|
|
|
|
[node name="E" type="TextureRect" parent="UI/GameGuide/Movment_Part2" unique_id=1251281763]
|
|
layout_mode = 0
|
|
offset_left = 153.0
|
|
offset_top = 121.0
|
|
offset_right = 183.0
|
|
offset_bottom = 150.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part2/E" unique_id=127054680]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_top = 2.0
|
|
offset_right = 31.0
|
|
offset_bottom = 31.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 21
|
|
text = "E"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part2" unique_id=1826441188]
|
|
layout_mode = 0
|
|
offset_left = 132.0
|
|
offset_top = 151.0
|
|
offset_right = 207.0
|
|
offset_bottom = 174.0
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Interact"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Movment_Part4" type="Control" parent="UI/GameGuide" unique_id=607870430]
|
|
anchors_preset = 0
|
|
offset_left = -9.0
|
|
offset_top = 18.0
|
|
offset_right = 31.0
|
|
offset_bottom = 58.0
|
|
|
|
[node name="ESC" type="TextureRect" parent="UI/GameGuide/Movment_Part4" unique_id=2033367533]
|
|
layout_mode = 0
|
|
offset_left = 132.0
|
|
offset_top = 146.0
|
|
offset_right = 162.0
|
|
offset_bottom = 175.0
|
|
texture = ExtResource("11_6iyac")
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part4/ESC" unique_id=694449181]
|
|
layout_mode = 0
|
|
offset_left = 1.0
|
|
offset_right = 31.0
|
|
offset_bottom = 29.0
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "ESC"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide/Movment_Part4" unique_id=988581302]
|
|
layout_mode = 0
|
|
offset_left = 109.0
|
|
offset_top = 174.0
|
|
offset_right = 186.0
|
|
offset_bottom = 197.0
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Pause"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="UI/GameGuide" unique_id=2091972745]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -200.0
|
|
offset_top = 25.0
|
|
offset_right = -78.0
|
|
offset_bottom = 61.0
|
|
grow_horizontal = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "Controls"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label2" type="Label" parent="UI/GameGuide" unique_id=85496113]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = 57.0
|
|
offset_top = 25.0
|
|
offset_right = 179.0
|
|
offset_bottom = 61.0
|
|
grow_horizontal = 2
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "Rules"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="UI/GameGuide/Label2" unique_id=89886295]
|
|
layout_mode = 0
|
|
offset_left = -29.0
|
|
offset_top = 36.0
|
|
offset_right = 129.0
|
|
offset_bottom = 76.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="UI/GameGuide/Label2/HBoxContainer" unique_id=739530619]
|
|
layout_mode = 2
|
|
texture = ExtResource("12_h1bgf")
|
|
stretch_mode = 3
|
|
|
|
[node name="Label2" type="Label" parent="UI/GameGuide/Label2/HBoxContainer" unique_id=1745389284]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = " to keep"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="UI/GameGuide/Label2/HBoxContainer" unique_id=1642887465]
|
|
layout_mode = 2
|
|
texture = ExtResource("13_b3802")
|
|
stretch_mode = 3
|
|
|
|
[node name="Label3" type="Label" parent="UI/GameGuide/Label2/HBoxContainer" unique_id=1153294024]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "warm"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="UI/GameGuide/Label2" unique_id=882741725]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -90.0
|
|
offset_top = 52.0
|
|
offset_right = 68.0
|
|
offset_bottom = 92.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label2" type="Label" parent="UI/GameGuide/Label2/HBoxContainer2" unique_id=1651381786]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("6_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "indikator = "
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="UI/GameGuide/Label2/HBoxContainer2" unique_id=1454568071]
|
|
custom_minimum_size = Vector2(46.61, 7.55)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_ee4r6")
|
|
value = 50.61
|
|
show_percentage = false
|
|
|
|
[node name="HBoxContainer4" type="HBoxContainer" parent="UI/GameGuide/Label2" unique_id=2068409530]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -90.0
|
|
offset_top = 82.0
|
|
offset_right = 93.0
|
|
offset_bottom = 122.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label2" type="Label" parent="UI/GameGuide/Label2/HBoxContainer4" unique_id=1796745974]
|
|
layout_mode = 2
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Procuce"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="UI/GameGuide/Label2/HBoxContainer4" unique_id=1677976778]
|
|
layout_mode = 2
|
|
texture = ExtResource("16_pdsj5")
|
|
stretch_mode = 3
|
|
|
|
[node name="text" type="Label" parent="UI/GameGuide/Label2/HBoxContainer4" unique_id=1924360441]
|
|
layout_mode = 2
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "with Ingrediants"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HBoxContainer5" type="HBoxContainer" parent="UI/GameGuide/Label2" unique_id=865673715]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 37.0
|
|
offset_top = 102.0
|
|
offset_right = 228.0
|
|
offset_bottom = 142.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="UI/GameGuide/Label2/HBoxContainer5" unique_id=1797187478]
|
|
layout_mode = 2
|
|
texture = ExtResource("16_fevyy")
|
|
stretch_mode = 3
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="UI/GameGuide/Label2/HBoxContainer5" unique_id=870696132]
|
|
layout_mode = 2
|
|
texture = ExtResource("17_hibaj")
|
|
stretch_mode = 3
|
|
|
|
[node name="Credits" type="Panel" parent="UI" unique_id=1504649158]
|
|
visible = false
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ynf5e")
|
|
script = ExtResource("17_b3802")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/Credits" unique_id=1375053641]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -202.0
|
|
offset_top = -77.5
|
|
offset_right = 202.0
|
|
offset_bottom = 77.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="UI/Credits/VBoxContainer" unique_id=986136404]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
|
|
[node name="Label2" type="Label" parent="UI/Credits/VBoxContainer/HBoxContainer" unique_id=209324059]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 25
|
|
text = "Game made by :"
|
|
|
|
[node name="Label3" type="Label" parent="UI/Credits/VBoxContainer/HBoxContainer" unique_id=1617692224]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_colors/font_color = Color(0.0627451, 0.7254902, 1, 1)
|
|
theme_override_fonts/font = ExtResource("2_8gbba")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Tobias Heid"
|
|
|
|
[node name="Label" type="Label" parent="UI/Credits/VBoxContainer" unique_id=584187241]
|
|
layout_mode = 2
|
|
theme = ExtResource("7_fevyy")
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "In the Godot Wild Jam #92"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UI/Credits/VBoxContainer" unique_id=1178965945]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_right = 3
|
|
theme_override_constants/margin_bottom = 9
|
|
|
|
[node name="Label4" type="Label" parent="UI/Credits/VBoxContainer" unique_id=2123343637]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "External Assets:"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/Credits/VBoxContainer" unique_id=592014893]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="UI/Credits/VBoxContainer/VBoxContainer" unique_id=2125318537]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("7_fevyy")
|
|
|
|
[node name="Label" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer" unique_id=344602626]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Musik: "
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer" unique_id=419234079]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 18
|
|
theme_override_constants/margin_top = 2
|
|
theme_override_constants/margin_right = 48
|
|
|
|
[node name="Label2" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer" unique_id=485993914]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "8-bit-arcade by moodmode"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="UI/Credits/VBoxContainer/VBoxContainer" unique_id=516276283]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Label" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer2" unique_id=139743115]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Interior: "
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer2" unique_id=1794344530]
|
|
layout_mode = 2
|
|
|
|
[node name="Label2" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer2" unique_id=620677880]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Pixel Lands - Interiors by Trislin"
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="UI/Credits/VBoxContainer/VBoxContainer" unique_id=956192664]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Label" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer3" unique_id=908226449]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Musik: "
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer3" unique_id=315007770]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 16
|
|
theme_override_constants/margin_right = 44
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
[node name="Label2" type="Label" parent="UI/Credits/VBoxContainer/VBoxContainer/HBoxContainer3" unique_id=1570362704]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Cute Fantasy RPG by Kenmi"
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="UI/Credits/VBoxContainer" unique_id=605417920]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_right = 3
|
|
theme_override_constants/margin_bottom = 21
|
|
|
|
[node name="Label2" type="Label" parent="UI/Credits/VBoxContainer" unique_id=947106881]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "As part of the Game Engineering course"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label3" type="Label" parent="UI/Credits/VBoxContainer" unique_id=1572523597]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_colors/font_color = Color(0, 0.8, 1, 1)
|
|
theme_override_font_sizes/font_size = 19
|
|
text = "@ Mannheim University of Technology"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="UI/Credits" unique_id=1823241]
|
|
layout_mode = 1
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
offset_left = -43.0
|
|
offset_top = 14.0
|
|
offset_right = -13.0
|
|
offset_bottom = 45.0
|
|
grow_horizontal = 0
|
|
theme_override_font_sizes/font_size = 23
|
|
text = "X"
|
|
|
|
[node name="GameManager" type="Node" parent="." unique_id=916757829]
|
|
|
|
[node name="ambient_track" type="Node" parent="." unique_id=1084925098]
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1844553847]
|
|
stream = ExtResource("4_jjvhh")
|
|
volume_db = -38.263
|
|
autoplay = true
|
|
bus = &"Musik"
|
|
|
|
[connection signal="pressed" from="UI/Game_over/PanelContainer/VBoxContainer/Retry_button" to="UI/Game_over" method="_on_retry_button_pressed"]
|
|
[connection signal="pressed" from="UI/Game_over/PanelContainer/VBoxContainer/HBoxContainer2/Main_menu" to="UI/Game_over" method="_on_main_menu_pressed"]
|
|
[connection signal="pressed" from="UI/Game_over/PanelContainer/VBoxContainer/HBoxContainer2/Quit" to="UI/Game_over" method="_on_quit_pressed"]
|
|
[connection signal="pressed" from="UI/Pause/PanelContainer/VBoxContainer/Resume_Button" to="UI/Pause" method="_on_resume_button_pressed"]
|
|
[connection signal="pressed" from="UI/Pause/PanelContainer/VBoxContainer/HBoxContainer/Options_Button" to="UI/Pause" method="_on_options_button_pressed"]
|
|
[connection signal="pressed" from="UI/Pause/PanelContainer/VBoxContainer/HBoxContainer/Main Menu Button" to="UI/Pause" method="_on_main_menu_button_pressed"]
|
|
[connection signal="value_changed" from="UI/Options/PanelContainer/VBoxContainer/Sfk_Slider/sfx_slider" to="UI/Options" method="_on_sfx_slider_value_changed"]
|
|
[connection signal="value_changed" from="UI/Options/PanelContainer/VBoxContainer/slider_Musik/musik_slider" to="UI/Options" method="_on_musik_slider_value_changed"]
|
|
[connection signal="pressed" from="UI/Options/PanelContainer/VBoxContainer/Button" to="UI/Options" method="_on_button_pressed"]
|
|
[connection signal="button_active" from="UI/GameGuide" to="." method="_on_game_guide_button_active"]
|
|
[connection signal="pressed" from="UI/GameGuide/Button" to="." method="_on_button_pressed"]
|
|
[connection signal="pressed" from="UI/GameGuide/Button" to="UI/GameGuide" method="_on_button_pressed"]
|
|
[connection signal="pressed" from="UI/Credits/Button" to="UI/Credits" method="_on_button_pressed"]
|