feat: scale village queries and enrich Jajce center

This commit is contained in:
Rijad Zuzo
2026-07-16 23:51:08 +02:00
parent 4be72639d8
commit 2c88ed6ea8
48 changed files with 2059 additions and 280 deletions
+4
View File
@@ -15,6 +15,10 @@ extends CharacterBody3D
@export var interaction_range := 3.0
func _ready() -> void:
add_to_group("grass_interactors")
func _physics_process(delta: float) -> void:
var input := Input.get_vector("move_left", "move_right", "move_forward", "move_backward")