6 lines
53 B
GDScript
6 lines
53 B
GDScript
extends Projectile
|
|
|
|
|
|
func _ready():
|
|
energy_cost = 0
|