Creepy little follower
Deploy Promiscuity Auth API / deploy (push) Successful in 48s
Deploy Promiscuity Character API / deploy (push) Successful in 47s
Deploy Promiscuity Crafting API / deploy (push) Successful in 48s
Deploy Promiscuity Inventory API / deploy (push) Successful in 47s
Deploy Promiscuity Locations API / deploy (push) Successful in 47s
Deploy Promiscuity Mail API / deploy (push) Successful in 47s
k8s smoke test / test (push) Successful in 10s

This commit is contained in:
2026-03-26 14:33:17 -05:00
parent a283969e4c
commit 58f32e3f51
2 changed files with 169 additions and 37 deletions
+12
View File
@@ -255,3 +255,15 @@ func exit_vehicle(exit_point: Node3D, vehicle_camera: Camera3D) -> void:
if cam:
cam.current = true
vehicle_exited.emit(null)
func is_in_vehicle() -> bool:
return _in_vehicle
func get_look_origin() -> Vector3:
return global_position + Vector3.UP * 1.2
func get_look_direction() -> Vector3:
return (-global_basis.z).normalized()