5 lines
78 B
GDScript
5 lines
78 B
GDScript
extends Node2D
|
|
|
|
|
|
func _ready() -> void:
|
|
get_viewport().transparent_bg = true
|