feat: Introduce Tekton character model, materials, and associated control scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user