Client/scenes/main_menu.tscn
Mosh 70cb3b5923
Some checks failed
Quality Check / Linting (pull_request) Failing after 6s
Quality Check / Linting (push) Failing after 5s
TD-66 Add login scene, Userinput, HttpRequest
2025-02-14 08:57:28 +01:00

50 lines
1.3 KiB
Text

[gd_scene load_steps=3 format=3 uid="uid://bqfijb7bk2g7j"]
[ext_resource type="Theme" uid="uid://bt4hxdwromnxs" path="res://ui/theme.tres" id="1_6qgep"]
[ext_resource type="Script" path="res://scripts/ui/switch_to_scene.gd" id="2_c477a"]
[node name="Root" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -1.0
offset_right = -1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_6qgep")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -180.5
offset_top = -44.0
offset_right = 180.5
offset_bottom = 44.0
grow_horizontal = 2
grow_vertical = 2
[node name="Text" type="RichTextLabel" parent="VBoxContainer"]
clip_contents = false
layout_mode = 2
size_flags_stretch_ratio = 7.45
theme_override_font_sizes/normal_font_size = 64
text = "Epic TD Deluxe"
fit_content = true
scroll_active = false
autowrap_mode = 0
[node name="Button" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Login"
script = ExtResource("2_c477a")
scene_name = "login"
[node name="Button2" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Testszene"
script = ExtResource("2_c477a")
scene_name = "theme_test"