6 lines
58 B
GDScript
6 lines
58 B
GDScript
extends Beam
|
|
|
|
func _ready():
|
|
damage = 3
|
|
energy_cost = 5
|