add booths
This commit is contained in:
parent
41ab1eabc0
commit
59f7b7f863
16 changed files with 290 additions and 3 deletions
|
|
@ -210,6 +210,7 @@ func _jump(delta: float) -> Vector3:
|
|||
|
||||
func set_held_object(body):
|
||||
if body is RigidBody3D:
|
||||
#if body.mass > 10: return
|
||||
heldObject = body
|
||||
hrx = heldObject.rotation.x
|
||||
hry = heldObject.rotation.y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue