automatic_commit

This commit is contained in:
Ione 15 2023-09-19 19:52:54 +02:00
parent 2f7189cf75
commit d9cd4bf678
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ func change_scene(target: String) -> void:
$AnimationPlayer.play("fade_to_black")
await $AnimationPlayer.animation_finished
get_tree().change_scene_to_file(target)
$AnimationPlayer.play("unfade")
$AnimationPlayer.play_backwards("fade_to_black")

View File

@ -42,7 +42,7 @@ _data = {
script = ExtResource("1_y513t")
[node name="ColorRect" type="ColorRect" parent="."]
modulate = Color(0, 0, 0, 1)
modulate = Color(0, 0, 0, 0)
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0