minor tweaks

This commit is contained in:
Derek
2024-07-16 21:16:05 -05:00
parent 220ab472d2
commit 574e261fa2
12 changed files with 86 additions and 17 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 * Engine.time_scale * (150/bullet_speed)).timeout
await get_tree().create_timer(.02 * (bullet_speed/150)).timeout
visible = true