Molotov
This commit is contained in:
parent
c04a29b9c4
commit
0708498715
34 changed files with 13752 additions and 7543 deletions
|
|
@ -24,3 +24,5 @@ func _physics_process(delta: float) -> void:
|
|||
var normal = collision.get_normal()
|
||||
velocity = velocity.bounce(normal) * 0.5
|
||||
$MultiplayerAudio3D.multiplayer_play()
|
||||
|
||||
$molotov2.quaternion *= Quaternion($molotov2.basis.y, velocity.normalized())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue