wip: world building
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 5s
Create tag and build when new code gets to main / Export (push) Successful in 2m15s

This commit is contained in:
2025-08-03 11:47:05 +02:00
parent 2d44a2da05
commit 67ed2d5ed5
3 changed files with 190 additions and 8 deletions

View File

@ -50,7 +50,7 @@ func _process(delta: float) -> void:
background_far.global_position.x = active_camera.global_position.x * parallax_far
background_middle.global_position.x = active_camera.global_position.x * parallax_middle
background_close.global_position.x = active_camera.global_position.x * parallax_close
foreground_far.global_position.x = active_camera.global_position.x * foreground
# foreground_far.global_position.x = active_camera.global_position.x * foreground
func _on_start_dancing() -> void: