add booths

This commit is contained in:
KawaiiZenbo 2025-10-25 19:20:51 -07:00
parent 41ab1eabc0
commit 59f7b7f863
16 changed files with 290 additions and 3 deletions

View file

@ -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