rundumdiewelten/rund-um-die-welten/LevelSelectUtility/world 2.tscn
phantomvines d8eec1150e upload
2025-09-19 16:37:23 +02:00

216 lines
6.2 KiB
Text

[gd_scene load_steps=12 format=3 uid="uid://4dh5ynq05rq8"]
[ext_resource type="PackedScene" path="res://UI Elements/menu_background.tscn" id="1_l3hcs"]
[ext_resource type="PackedScene" uid="uid://c11b4i55gx3o5" path="res://LevelSelectUtility/level_select_planet.tscn" id="2_xnhxt"]
[ext_resource type="PackedScene" uid="uid://d0h7r8gitcntt" path="res://player/player.tscn" id="3_o15yf"]
[ext_resource type="FontFile" uid="uid://d2ucaasj8wmwj" path="res://Fonts/BRIGHTSTER-Bold-1.ttf" id="4_21fe5"]
[ext_resource type="Script" uid="uid://dnqvks40xcnq8" path="res://LevelSelectUtility/selection_cofirm_button.gd" id="5_ig01f"]
[ext_resource type="Script" uid="uid://jsfpumv6bsd5" path="res://LevelSelectUtility/back_to_galaxy_button.gd" id="6_evgly"]
[ext_resource type="Texture2D" uid="uid://dj3nxkkx8gvre" path="res://assets/enterprise1.png" id="7_fmbcg"]
[ext_resource type="Script" uid="uid://djyqftdc3hb27" path="res://LevelSelectUtility/unlock-button.gd" id="8_m0m58"]
[ext_resource type="Script" uid="uid://cv3b0iuf5w5c2" path="res://LevelSelectUtility/label.gd" id="9_8hib7"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3ic8"]
bg_color = Color(0.688281, 0.599222, 0.142667, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="LabelSettings" id="LabelSettings_avbc4"]
font = ExtResource("4_21fe5")
font_size = 32
[node name="Level-Select-Screen" type="Node2D"]
[node name="menu_background" parent="." instance=ExtResource("1_l3hcs")]
[node name="Level-Select-Planet6" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 414.0
offset_top = 188.0
offset_right = 414.0
offset_bottom = 188.0
planet_type = 4
level_id = "Level 11"
[node name="Level-Select-Planet3" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 446.0
offset_top = 426.0
offset_right = 446.0
offset_bottom = 426.0
planet_type = 5
level_id = "Level 12"
clockwise = false
[node name="Level-Select-Planet" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 840.0
offset_top = 205.0
offset_right = 840.0
offset_bottom = 205.0
planet_type = 1
level_id = "Level 13"
clockwise = false
[node name="Level-Select-Planet7" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 1552.0
offset_top = 355.0
offset_right = 1552.0
offset_bottom = 355.0
planet_type = 1
level_id = "Level 14"
[node name="Level-Select-Planet4" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 1367.0
offset_top = 588.0
offset_right = 1367.0
offset_bottom = 588.0
planet_type = 5
level_id = "Level 15"
[node name="Level-Select-Planet5" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 1386.0
offset_top = 787.0
offset_right = 1386.0
offset_bottom = 787.0
level_id = "Level 16"
[node name="Level-Select-Planet2" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 954.0
offset_top = 806.0
offset_right = 954.0
offset_bottom = 806.0
planet_type = 7
level_id = "Level 17"
clockwise = false
[node name="Level-Select-Planet8" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 856.0
offset_top = 525.0
offset_right = 856.0
offset_bottom = 525.0
planet_type = 3
level_id = "Level 18"
[node name="Level-Select-Planet9" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 1151.0
offset_top = 313.0
offset_right = 1151.0
offset_bottom = 313.0
planet_type = 7
level_id = "Level 19"
[node name="Level-Select-Planet10" parent="." instance=ExtResource("2_xnhxt")]
offset_left = 560.0
offset_top = 788.0
offset_right = 560.0
offset_bottom = 788.0
planet_type = 6
level_id = "Level 20"
[node name="player" parent="." instance=ExtResource("3_o15yf")]
position = Vector2(609, 444)
dies_on_screen_leave = true
respawn_point = Vector2(250, 500)
auto_respawn = true
[node name="SelectionCofirmButton" type="Button" parent="."]
offset_left = 251.0
offset_top = 898.0
offset_right = 1688.0
offset_bottom = 1043.0
theme_override_fonts/font = ExtResource("4_21fe5")
theme_override_font_sizes/font_size = 70
theme_override_styles/normal = SubResource("StyleBoxFlat_v3ic8")
text = "Confirm Level Selection"
script = ExtResource("5_ig01f")
[node name="Back_to_Galaxy_Button" type="Button" parent="."]
offset_left = 25.0
offset_top = 490.0
offset_right = 325.0
offset_bottom = 590.0
theme_override_fonts/font = ExtResource("4_21fe5")
theme_override_font_sizes/font_size = 35
theme_override_styles/normal = SubResource("StyleBoxFlat_v3ic8")
text = "Back to
the galaxy"
script = ExtResource("6_evgly")
[node name="Enterpise-Button" type="Button" parent="."]
offset_left = 1709.0
offset_top = 32.0
offset_right = 1763.0
offset_bottom = 72.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
[node name="Enterpise-Button2" type="Button" parent="."]
offset_left = 1709.0
offset_top = 192.0
offset_right = 1763.0
offset_bottom = 232.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
threshold = 6
skin = "x-wing"
[node name="Enterpise-Button3" type="Button" parent="."]
offset_left = 1709.0
offset_top = 356.0
offset_right = 1763.0
offset_bottom = 396.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
threshold = 12
skin = "enterprise"
[node name="Enterpise-Button4" type="Button" parent="."]
offset_left = 1709.0
offset_top = 512.0
offset_right = 1763.0
offset_bottom = 552.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
threshold = 18
skin = "falcon"
[node name="Enterpise-Button5" type="Button" parent="."]
offset_left = 1709.0
offset_top = 672.0
offset_right = 1763.0
offset_bottom = 712.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
threshold = 24
skin = "battlecruiser"
[node name="Enterpise-Button6" type="Button" parent="."]
offset_left = 1709.0
offset_top = 832.0
offset_right = 1763.0
offset_bottom = 872.0
text = "3"
icon = ExtResource("7_fmbcg")
script = ExtResource("8_m0m58")
threshold = 30
skin = "enterprise"
[node name="Label" type="Label" parent="."]
texture_filter = 1
offset_left = 26.0
offset_top = 20.0
offset_right = 351.0
offset_bottom = 51.0
text = "Death Count: 0"
label_settings = SubResource("LabelSettings_avbc4")
script = ExtResource("9_8hib7")