ajout de la scène du cockpit
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user