End of Chapter 3. Loading scene and new game button working!
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c8fyt7v0ksdyc"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c8fyt7v0ksdyc"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dnxny0n7ti7eq" path="res://themes/default_theme.tres" id="1_5fj0j"]
|
||||
[ext_resource type="Script" uid="uid://d1ag1ag2bbhtx" path="res://scripts/ui/loading_screen.gd" id="1_s2kth"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyw8i4rnh8x5x" path="res://gfx/ui/loading_frame.png" id="2_s2kth"]
|
||||
[ext_resource type="Texture2D" uid="uid://df4gfyht0d2r3" path="res://gfx/ui/loading_bar.png" id="3_s41fs"]
|
||||
|
||||
[node name="Loading Screen" type="Control"]
|
||||
[node name="Loading Screen" type="Control" node_paths=PackedStringArray("loadingBar")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_s2kth")
|
||||
loadingBar = NodePath("CenterContainer/VBoxContainer/Loading Progress")
|
||||
|
||||
[node name="Background" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user