6 lines
90 B
GDScript
6 lines
90 B
GDScript
extends ParallaxBackground
|
|
|
|
|
|
func _ready() -> void:
|
|
layer = GlobalConfig.CANVAS_LAYER_FG
|