tweak speed and angles
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user