Камера

This commit is contained in:
2024-12-08 15:37:58 +04:00
parent d9aff4fdc4
commit 2a597676e6
4 changed files with 44 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ extends Node2D
var id_path: Array[Vector2i]
var target: Vector2i
var speed: float = 1
var oxygen: float = 100
func is_walking() -> bool: