* Ajout des modes de jeu
* Dev de subterra et estia
* Ajout de tous les dialogues et traduction
* Ajout d'un splashscreen
This commit is contained in:
2026-07-19 12:08:29 +02:00
parent a299ecc320
commit 9fdf8d2888
428 changed files with 7387 additions and 778 deletions
+3 -3
View File
@@ -2,10 +2,10 @@ extends Node
var game_loaded := false
func _ready():
%SplashScreenAnimationPlayer.play("SplashScreen")
const SPLASH_SCREEN_TIME = 3.
await %SplashScreenAnimationPlayer.animation_finished
func _ready():
await get_tree().create_timer(SPLASH_SCREEN_TIME).timeout
load_game()