Updated FloatingMenu
Removed commented Globals.disable_mouse_passthrough(). Updated Settings Window size.
This commit is contained in:
parent
35a70d4e79
commit
c0825b4c28
1 changed files with 1 additions and 2 deletions
|
|
@ -172,9 +172,8 @@ func _handle_settings() -> void:
|
||||||
win.always_on_top = false
|
win.always_on_top = false
|
||||||
win.mode = Window.MODE_WINDOWED
|
win.mode = Window.MODE_WINDOWED
|
||||||
var pnl := SETTINGS_PANEL.instantiate()
|
var pnl := SETTINGS_PANEL.instantiate()
|
||||||
#Globals.disable_mouse_passthrough()
|
|
||||||
win.add_child(pnl)
|
win.add_child(pnl)
|
||||||
win.size = Vector2i(1000,800)
|
win.size = Vector2i(1530,800)
|
||||||
win.close_requested.connect(func(): win.queue_free(); _set_win = null)
|
win.close_requested.connect(func(): win.queue_free(); _set_win = null)
|
||||||
win.name = "SettingsWindow"
|
win.name = "SettingsWindow"
|
||||||
win.title = "Settings"
|
win.title = "Settings"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue