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