dead camera much improved and has the ability to step through multiple stages

This commit is contained in:
derek
2024-11-04 15:19:07 -06:00
parent 475c7967f5
commit 11052fdb99
11 changed files with 193 additions and 54 deletions

View File

@@ -16,4 +16,3 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
position = Vector2(viewportWidth/2 - (size.x/2), viewportHeight/2 - (size.y/2))