EmoteWall/main.gd
2024-10-21 22:14:11 -04:00

5 lines
78 B
GDScript

extends Node2D
func _ready() -> void:
get_viewport().transparent_bg = true