5 lines
53 B
GDScript3
5 lines
53 B
GDScript3
|
extends PointLight2D
|
||
|
|
||
|
func _ready():
|
||
|
enabled = true
|