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:
parent
84fa083b76
commit
76ba9536b7
2 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
extends Control
|
extends Control
|
||||||
|
class_name OverlayWindow
|
||||||
|
|
||||||
@onready var floating_menu: GDFloatingMenu = %FloatingMenu
|
@onready var floating_menu: GDFloatingMenu = %FloatingMenu
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ config/icon="res://icon.png"
|
||||||
|
|
||||||
Globals="*uid://cuap0k5jagdtj"
|
Globals="*uid://cuap0k5jagdtj"
|
||||||
ChatManager="*uid://ct1s5eymb8mns"
|
ChatManager="*uid://ct1s5eymb8mns"
|
||||||
|
EventManager="*uid://cvjhecj1me4xl"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
|
@ -28,7 +29,9 @@ window/size/viewport_height=1080
|
||||||
window/size/mode=3
|
window/size/mode=3
|
||||||
window/size/resizable=false
|
window/size/resizable=false
|
||||||
window/size/borderless=true
|
window/size/borderless=true
|
||||||
|
window/size/always_on_top=true
|
||||||
window/size/transparent=true
|
window/size/transparent=true
|
||||||
|
window/subwindows/embed_subwindows=false
|
||||||
window/per_pixel_transparency/allowed=true
|
window/per_pixel_transparency/allowed=true
|
||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue