Updated MainWin and Project Settings.

Added class name to Main window, calling it OverlayWindow.
Re-Enabled Always-On-Top, and Fullscreen settings back to the Main
Window.
This commit is contained in:
Mario Steele 2026-02-28 02:57:20 -06:00
parent 84fa083b76
commit 76ba9536b7
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
extends Control
class_name OverlayWindow
@onready var floating_menu: GDFloatingMenu = %FloatingMenu