End of Chapter 3. Loading scene and new game button working!
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dm8aun68tgprd"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://dm8aun68tgprd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cm8lciwc0iuq" path="res://gfx/title/tree-3094982_1280.jpg" id="1_eb34j"]
|
||||
[ext_resource type="Script" uid="uid://bklj1ua1qok02" path="res://scripts/title/title_screen.gd" id="1_r23qo"]
|
||||
[ext_resource type="FontFile" uid="uid://1u28cjgctsn7" path="res://fonts/alagard_by_pix3m-d6awiwp.ttf" id="2_aqpy5"]
|
||||
[ext_resource type="Theme" uid="uid://dnxny0n7ti7eq" path="res://themes/default_theme.tres" id="3_w8uqo"]
|
||||
[ext_resource type="Script" uid="uid://bfc7ybsw6riri" path="res://scripts/title/version_number.gd" id="4_a4ium"]
|
||||
@@ -25,6 +26,7 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_r23qo")
|
||||
|
||||
[node name="Background Image" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
@@ -109,3 +111,5 @@ text = "Version: "
|
||||
label_settings = SubResource("LabelSettings_r23qo")
|
||||
vertical_alignment = 1
|
||||
script = ExtResource("4_a4ium")
|
||||
|
||||
[connection signal="pressed" from="Content/VBoxContainer/HBoxContainer/Button Menu/New Game Button" to="." method="_on_new_game_button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user