alleged fixes

This commit is contained in:
Rendo 2025-12-10 00:08:57 +05:00
commit f99108c4f0
4 changed files with 7 additions and 6 deletions

View file

@ -25,4 +25,4 @@ func fire() -> void:
var molotov: CharacterBody3D = molik.instantiate()
Session.dynamic_objects_parent.add_child(molotov,true)
molotov.global_transform = machine.player_camera.global_transform
molotov.velocity = -molotov.global_basis.z * 100
molotov.velocity = -molotov.global_basis.z * 25