feat: Introduce Tekton character model, materials, and associated control scripts.
This commit is contained in:
+4
-1
@@ -1874,7 +1874,10 @@ func sync_throw_tekton(target_pos: Vector2i):
|
||||
var tekton = carried_tekton
|
||||
carried_tekton = null
|
||||
is_carrying_tekton = false
|
||||
tekton.set_carried(false)
|
||||
if tekton.has_method("set_thrown"):
|
||||
tekton.set_thrown(true)
|
||||
else:
|
||||
tekton.set_carried(false)
|
||||
|
||||
# Visual Arc Tween
|
||||
var start_pos = tekton.global_position
|
||||
|
||||
Reference in New Issue
Block a user