fic: some world building
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 8s
Create tag and build when new code gets to main / Export (push) Successful in 2m30s

This commit is contained in:
2025-08-03 16:53:59 +02:00
parent 0b512bf260
commit 3e7f2f7d3c
3 changed files with 13 additions and 12 deletions

View File

@ -35,8 +35,8 @@ func _ready() -> void:
child.became_active.connect(on_camera_became_active)
ambiance.get_stream_playback().switch_to_clip_by_name("Start")
opening_cutscene.play("opening_cutscene")
opening_fade_to_black.visible = true
# opening_cutscene.play("opening_cutscene")
# opening_fade_to_black.visible = true
func on_camera_became_active(camera: SuperCamera):
active_camera = camera