5 lines
92 B
GDScript
5 lines
92 B
GDScript
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
$UILayer.layer = GlobalConfig.CANVAS_LAYER_VIGNETTE
|