72 lines
2.5 KiB
Text
72 lines
2.5 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://disuxhv301e4x"]
|
|
|
|
[ext_resource type="Script" uid="uid://fey1vlc3fki" path="res://LevelSelectUtility/main_menu.gd" id="1_h3vtm"]
|
|
[ext_resource type="Texture2D" uid="uid://b645w4bad52ab" path="res://assets/Background.png" id="1_sg3w2"]
|
|
[ext_resource type="PackedScene" uid="uid://b81fnypg0r01i" path="res://LevelSelectUtility/world_select_star_system.tscn" id="2_d8tt0"]
|
|
[ext_resource type="FontFile" uid="uid://d2ucaasj8wmwj" path="res://Fonts/BRIGHTSTER-Bold-1.ttf" id="3_d8tt0"]
|
|
[ext_resource type="Script" uid="uid://jsfpumv6bsd5" path="res://LevelSelectUtility/back_to_galaxy_button.gd" id="5_8ibvq"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ibity"]
|
|
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="MainMenu" type="Node2D"]
|
|
texture_filter = 1
|
|
script = ExtResource("1_h3vtm")
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
position = Vector2(960, 540)
|
|
scale = Vector2(4, 4)
|
|
texture = ExtResource("1_sg3w2")
|
|
|
|
[node name="World 1" parent="." instance=ExtResource("2_d8tt0")]
|
|
position = Vector2(500, 666)
|
|
world_file_name = "world 1"
|
|
|
|
[node name="World 2" parent="." instance=ExtResource("2_d8tt0")]
|
|
position = Vector2(1067, 485)
|
|
inverted = true
|
|
world_file_name = "world 2"
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
offset_left = 480.0
|
|
offset_top = 100.0
|
|
offset_right = 1440.0
|
|
offset_bottom = 400.0
|
|
theme_override_fonts/normal_font = ExtResource("3_d8tt0")
|
|
theme_override_font_sizes/normal_font_size = 100
|
|
text = "Rund um die Welten
|
|
"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Quit_Button" type="Button" parent="."]
|
|
offset_left = 1537.0
|
|
offset_top = 898.0
|
|
offset_right = 1837.0
|
|
offset_bottom = 998.0
|
|
theme_override_fonts/font = ExtResource("3_d8tt0")
|
|
theme_override_font_sizes/font_size = 35
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_ibity")
|
|
text = "Quit"
|
|
script = ExtResource("5_8ibvq")
|
|
|
|
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
|
offset_left = 460.0
|
|
offset_top = 980.0
|
|
offset_right = 1460.0
|
|
offset_bottom = 1080.0
|
|
theme_override_fonts/normal_font = ExtResource("3_d8tt0")
|
|
theme_override_font_sizes/normal_font_size = 30
|
|
text = "made by Kurma, Phantomvines, Mr. FeatherWeather, Fydar
|
|
"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|