we're so close to working multiplayer
This commit is contained in:
@ -10,6 +10,10 @@ var lifetime := 10.0
|
||||
var time_alive := 0.0
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
apply_central_impulse(direction * force)
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
time_alive += delta
|
||||
|
||||
|
Reference in New Issue
Block a user