alleged fixes
This commit is contained in:
parent
e6a47a4772
commit
f99108c4f0
4 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue