1
0
Fork 0
ExampleProject/RetroWindowsGUI/Desktop.gd

10 lines
233 B
GDScript

class_name Desktop
extends Control
@export var the_game: Control # TheGame
var current_window: Control = the_game # current window
func _ready() -> void:
DisplayServer.window_set_flag(DisplayServer.WINDOW_FLAG_BORDERLESS, true)