diff options
author | Hop311 <hop3114@gmail.com> | 2023-08-12 18:56:14 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-08-12 18:56:14 +0200 |
commit | fe74604d96d1d28b811ebe45d1d06356cf79bc6f (patch) | |
tree | f57c608c657681666c29e28bf1283833767cb7ea /game/src/Game/GameStart.tscn | |
parent | 4c43951e70aaa2e7265d3b3f3c4964c048b9328d (diff) |
string_view changes + general cleanup
Diffstat (limited to 'game/src/Game/GameStart.tscn')
-rw-r--r-- | game/src/Game/GameStart.tscn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/game/src/Game/GameStart.tscn b/game/src/Game/GameStart.tscn index f16daa3..189e72f 100644 --- a/game/src/Game/GameStart.tscn +++ b/game/src/Game/GameStart.tscn @@ -51,8 +51,5 @@ stream = ExtResource("5_8euyy") autoplay = true expand = true -[connection signal="load_changed" from="LoadingScreen" to="." method="_on_loading_screen_load_changed"] -[connection signal="load_ended" from="LoadingScreen" to="." method="_on_loading_screen_load_ended"] -[connection signal="load_started" from="LoadingScreen" to="." method="_on_loading_screen_load_started"] [connection signal="splash_end" from="SplashContainer" to="." method="_on_splash_container_splash_end"] [connection signal="finished" from="SplashContainer/SplashVideo" to="SplashContainer" method="_on_splash_startup_finished"] |