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