6 lines
60 B
GDScript
6 lines
60 B
GDScript
extends Beam
|
|
|
|
func _ready():
|
|
energy_cost = 1
|
|
damage = 0.5
|