7 lines
67 B
GDScript
7 lines
67 B
GDScript
extends Projectile
|
|
|
|
|
|
func _ready():
|
|
energy_cost = 0
|
|
damage = 0.5
|