tweak speed and angles

This commit is contained in:
2025-02-25 04:21:10 +10:00
parent 2322d8ff62
commit cc5f2acc17
3 changed files with 4 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ func init(velocity: Vector3, start_position: Vector3, lifetime: float = 10) -> v
func set_velocity(velocity: Vector3) -> void:
_velocity = velocity
_life_timer = _lifetime
func _on_body_entered(node: Node3D) -> void: