Revert "minor tweaks"

This reverts commit 574e261fa2.
This commit is contained in:
Derek
2024-07-16 21:45:47 -05:00
parent 574e261fa2
commit f3b9787a5e
12 changed files with 17 additions and 86 deletions

View File

@@ -39,7 +39,7 @@ func _process(delta):
position += transform.basis * Vector3(0, 0, -bullet_speed) * delta
rotation.x = clamp(rotation.x - delta * bullet_drop,deg_to_rad(-90),deg_to_rad(90))
await get_tree().create_timer(.02 * (bullet_speed/150)).timeout
await get_tree().create_timer(.02 * Engine.time_scale * (150/bullet_speed)).timeout
visible = true