feat: add Tekton entity with movement, carry/throw mechanics, and a static controller for item throwing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user