Reset camera position smoothing without smoothing when loading a entrypoint

This commit is contained in:
ChaoticByte 2024-10-03 10:45:49 +02:00
parent 82034a09b4
commit baf7fdc069
No known key found for this signature in database
4 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,7 @@
extends CharacterBody2D
@onready var camera = $Camera2D
# die
func die():