This commit is contained in:
Rendo 2025-12-17 00:03:57 +05:00
commit 0708498715
34 changed files with 13752 additions and 7543 deletions

View file

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