Reset camera position smoothing without smoothing when loading a entrypoint
This commit is contained in:
parent
82034a09b4
commit
baf7fdc069
4 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
extends CharacterBody2D
|
||||
|
||||
@onready var camera = $Camera2D
|
||||
|
||||
# die
|
||||
|
||||
func die():
|
||||
|
|
Reference in a new issue