6 lines
64 B
GDScript
6 lines
64 B
GDScript
extends Projectile
|
|
|
|
func _ready():
|
|
energy_cost = 2
|
|
damage = 1
|