82 lines
2.6 KiB
Text
82 lines
2.6 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://c242dsi7lnqqb"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c11b4i55gx3o5" path="res://LevelSelectUtility/level_select_planet.tscn" id="1_offx3"]
|
|
[ext_resource type="PackedScene" uid="uid://d0h7r8gitcntt" path="res://player/player.tscn" id="2_iojkr"]
|
|
[ext_resource type="Script" uid="uid://dnqvks40xcnq8" path="res://LevelSelectUtility/selection_cofirm_button.gd" id="3_iojkr"]
|
|
[ext_resource type="FontFile" uid="uid://d2ucaasj8wmwj" path="res://Fonts/BRIGHTSTER-Bold-1.ttf" id="3_m787v"]
|
|
|
|
[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
|
|
|
|
[node name="Level-Select-Screen" type="Node2D"]
|
|
|
|
[node name="Level-Select-Planet" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 1029.0
|
|
offset_top = 324.0
|
|
offset_right = 1029.0
|
|
offset_bottom = 324.0
|
|
level_id = "Level 3"
|
|
|
|
[node name="Level-Select-Planet2" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 1395.0
|
|
offset_top = 406.0
|
|
offset_right = 1395.0
|
|
offset_bottom = 406.0
|
|
planet_type = 1
|
|
level_id = "Level 5"
|
|
|
|
[node name="Level-Select-Planet3" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 545.0
|
|
offset_top = 299.0
|
|
offset_right = 545.0
|
|
offset_bottom = 299.0
|
|
level_id = "Level 2"
|
|
|
|
[node name="Level-Select-Planet4" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 927.0
|
|
offset_top = 612.0
|
|
offset_right = 927.0
|
|
offset_bottom = 612.0
|
|
planet_type = 1
|
|
level_id = "Level 4"
|
|
|
|
[node name="Level-Select-Planet5" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 1466.0
|
|
offset_top = 672.0
|
|
offset_right = 1466.0
|
|
offset_bottom = 672.0
|
|
planet_type = 1
|
|
level_id = "Level 6"
|
|
|
|
[node name="player" parent="." instance=ExtResource("2_iojkr")]
|
|
position = Vector2(396, 473)
|
|
dies_on_screen_leave = true
|
|
respawn_point = Vector2(250, 500)
|
|
auto_respawn = true
|
|
|
|
[node name="Level-Select-Planet6" parent="." instance=ExtResource("1_offx3")]
|
|
offset_left = 250.0
|
|
offset_top = 500.0
|
|
offset_right = 250.0
|
|
offset_bottom = 500.0
|
|
level_id = "Level 1"
|
|
|
|
[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("3_m787v")
|
|
theme_override_font_sizes/font_size = 70
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_v3ic8")
|
|
text = "Confirm Level Selection"
|
|
script = ExtResource("3_iojkr")
|