Files
Projekt_Gry/Strona menu.tscn
2025-10-20 19:38:20 +02:00

173 lines
4.7 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://b42n4ho4ieda1"]
[ext_resource type="Texture2D" uid="uid://b4belin6qbx5u" path="res://assets/obrazek startowy.png" id="1_cnjbm"]
[ext_resource type="Script" uid="uid://bb4std3ni3ug8" path="res://Scripts/pisanie_tekstu_strona_start.gd" id="1_gv3xn"]
[ext_resource type="Texture2D" uid="uid://dwxl6vplksmgq" path="res://assets/gwiazdka.png" id="2_qgbrs"]
[ext_resource type="AudioStream" uid="uid://bmnfhtk0savo3" path="res://assets/SIMPLE_Short_Pure_0002.wav" id="3_hoobl"]
[ext_resource type="Texture2D" uid="uid://dgsfh26nssad8" path="res://assets/kreska.png" id="3_qjjhw"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("1_gv3xn")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 24.0
offset_top = 11.0
offset_right = 257.0
offset_bottom = 106.0
theme_override_font_sizes/font_size = 53
text = "DeathWorlders"
autowrap_trim_flags = 0
justification_flags = 160
language = "pol_PL"
[node name="GIN" type="Label" parent="Label"]
visible = false
layout_mode = 0
offset_left = 756.0
offset_top = 257.0
offset_right = 1160.0
offset_bottom = 316.0
theme_override_font_sizes/font_size = 20
text = "Connecting to:
Galactic Inteligence Network (GIN)"
[node name="GIN - progress bar" type="Label" parent="Label"]
visible = false
layout_mode = 0
offset_left = 762.0
offset_top = 322.0
offset_right = 1166.0
offset_bottom = 357.0
theme_override_font_sizes/font_size = 20
text = "||||||||"
[node name="GIN - connected" type="Label" parent="Label"]
visible = false
layout_mode = 0
offset_left = 758.0
offset_top = 323.0
offset_right = 1162.0
offset_bottom = 351.0
theme_override_font_sizes/font_size = 20
text = "Connected"
[node name="Nazwa_statku" type="Label" parent="Label"]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = -0.076000005
anchor_right = -0.076000005
offset_left = 786.412
offset_top = 258.0
offset_right = 1053.412
offset_bottom = 295.0
theme_override_font_sizes/font_size = 24
text = "Xy'Laxus (Soul Reaper)"
autowrap_trim_flags = 0
justification_flags = 160
language = "pol_PL"
[node name="Specyfikacja_statku" type="Label" parent="Label"]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = -0.076000005
anchor_right = -0.076000005
offset_left = 786.412
offset_top = 309.0
offset_right = 1153.412
offset_bottom = 635.0
theme_override_constants/line_spacing = -3
theme_override_font_sizes/font_size = 14
text = "Class: Xanti Heavy Dreadnought
Main role: Orbital domination ship
Secondary: landing assault troops providing support to ground troops
Armament:
24x Plasma guns
10x antimetter torpedos
2x hevy phasors array for planetary siege
340,000 landing troops
4000 crew members
Last known mission: Invasion on home planet of the species called humans
Current Status : Unknown. Lost contact 4 months ago
"
autowrap_mode = 2
language = "pol_PL"
[node name="Statek_planeta" type="TextureRect" parent="Label"]
show_behind_parent = true
layout_mode = 0
offset_left = -28.0
offset_top = -147.0
offset_right = 1141.0
offset_bottom = 877.0
texture = ExtResource("1_cnjbm")
[node name="terminal beep" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_hoobl")
volume_db = -51.159
bus = &"SFX"
[node name="Grafiki menu bocznego" type="Node" parent="."]
[node name="Gwiazdka" type="TextureRect" parent="Grafiki menu bocznego"]
offset_left = 191.0
offset_top = 61.0
offset_right = 248.0
offset_bottom = 118.0
texture = ExtResource("2_qgbrs")
expand_mode = 1
[node name="Kreska" type="TextureRect" parent="Grafiki menu bocznego"]
offset_left = 35.0
offset_top = 90.0
offset_right = 400.0
offset_bottom = 92.0
texture = ExtResource("3_qjjhw")
expand_mode = 1
[node name="VBoxContainer" type="VBoxContainer" parent="Grafiki menu bocznego"]
offset_left = 37.0
offset_top = 98.0
offset_right = 404.0
offset_bottom = 330.0
[node name="New Game" type="Button" parent="Grafiki menu bocznego/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 20
toggle_mode = true
action_mode = 0
text = "New Game"
[node name="Settings" type="Button" parent="Grafiki menu bocznego/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 20
text = "Settings"
[node name="Load Game" type="Button" parent="Grafiki menu bocznego/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 20
text = "Load Game"
[node name="Save Game" type="Button" parent="Grafiki menu bocznego/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 20
text = "Save Game"
[node name="Exit" type="Button" parent="Grafiki menu bocznego/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 20
text = "Exit"