aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameStart.tscn
diff options
context:
space:
mode:
author Joel Machens <ajmach6@gmail.com>2023-06-12 04:27:31 +0200
committer BrickPi <49528459+BrickPi@users.noreply.github.com>2023-06-13 19:53:03 +0200
commitacda3217349a0ebdb8b48a3787cb15d8eb250e7c (patch)
treec6703f8c2f7fe33cfd6a11bbcf4d0a6294046570 /game/src/Game/GameStart.tscn
parent6e26b948ea2a7632bcb7b795fe78f7169477eb6a (diff)
Add Loading Screen
Diffstat (limited to 'game/src/Game/GameStart.tscn')
-rw-r--r--game/src/Game/GameStart.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/game/src/Game/GameStart.tscn b/game/src/Game/GameStart.tscn
index dd683e8..6cc358d 100644
--- a/game/src/Game/GameStart.tscn
+++ b/game/src/Game/GameStart.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://1udsn4mggep2"]
-[ext_resource type="PackedScene" uid="uid://o4u142w4qkln" path="res://src/Game/GameMenu.tscn" id="1_vadki"]
+[ext_resource type="PackedScene" uid="uid://3kktdpfnc0sn" path="res://src/Game/LoadingScreen.tscn" id="2_h0oiw"]
[ext_resource type="Script" path="res://src/Game/SplashContainer.gd" id="2_xmcgv"]
[ext_resource type="Texture2D" uid="uid://deef5hufq0j61" path="res://splash_assets/splash_end.png" id="3_qfv12"]
[ext_resource type="Texture2D" uid="uid://cgdnixsyh7bja" path="res://splash_assets/splash_image.png" id="4_5b6yq"]
@@ -14,7 +14,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="GameMenu" parent="." instance=ExtResource("1_vadki")]
+[node name="LoadingScreen" parent="." instance=ExtResource("2_h0oiw")]
visible = false
layout_mode = 1
@@ -48,5 +48,5 @@ stream = ExtResource("5_8euyy")
autoplay = true
expand = true
-[connection signal="splash_end" from="SplashContainer" to="GameMenu" method="_on_splash_container_splash_end"]
+[connection signal="splash_end" from="SplashContainer" to="LoadingScreen" method="_on_splash_container_splash_end"]
[connection signal="finished" from="SplashContainer/SplashVideo" to="SplashContainer" method="_on_splash_startup_finished"]