ajout de la scène du cockpit

This commit is contained in:
2026-01-17 11:15:53 +01:00
parent ff4feacea3
commit 62b34473b6
34 changed files with 705 additions and 26 deletions

View File

@@ -71,6 +71,7 @@ func disappear(
offset : int = 20,
transition_type: Tween.TransitionType = Tween.TransitionType.TRANS_LINEAR,
):
setup_default_values()
start_anim()
add_tween(
"modulate:a",
@@ -95,6 +96,7 @@ func appear(
offset : int = 20,
transition_type: Tween.TransitionType = Tween.TransitionType.TRANS_LINEAR,
):
setup_default_values()
start_anim()
target.visible = true
target.modulate.a = 0.