feat: add Tekton entity with movement, carry/throw mechanics, and a static controller for item throwing.

This commit is contained in:
Yogi Wiguna
2026-02-12 17:38:01 +08:00
parent 21a502a62f
commit 450ad2ce1f
4 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ extends Node
@export var throw_interval_min: float = 2.0
@export var throw_interval_max: float = 4.0
@export var throw_range: int = 6
@export var throw_range: int = 3
var tekton: Node3D
var enhanced_gridmap: Node