feat: Introduce Tekton character model, materials, and associated control scripts.

This commit is contained in:
Yogi Wiguna
2026-02-12 15:49:23 +08:00
parent 8837349896
commit 4d7ee61e7d
4 changed files with 84 additions and 25 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ extends Node
# TektonController - AI for Tekton NPC
# Handles random movement logic.
@export var move_interval_min: float = 2.0
@export var move_interval_max: float = 5.0
@export var move_interval_min: float = 0.1
@export var move_interval_max: float = 0.1
var tekton: Node3D
var enhanced_gridmap: Node