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
+1
View File
@@ -66,6 +66,7 @@ func debug_log(message: String) -> void:
func _ready() -> void:
add_to_group("grass_interactors")
dead_material.albedo_color = Color(0.25, 0.25, 0.25, 1.0)
_stop_trust_gain_reaction()
+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")