(wip) updated comment, starting to implement food

This commit is contained in:
2026-02-07 12:48:16 +01:00
parent 59c4818216
commit 22ffa3dac1

View File

@@ -18,7 +18,7 @@ func _ready() -> void:
var screen_size = get_viewport_rect().size
GameManager.init_screen_size(screen_size.x, screen_size.y)
attack_area.monitoring = false # no collision until attacking
attack_area.monitoring = false # no collision until attacking TODO: Thing about being attacked
attack_timer.wait_time = attack_duration
attack_cooldown_timer.wait_time = attack_cooldown_duration