Updated FloatingMenu
Changed size of Settings Window to be 1530x1000.
This commit is contained in:
parent
2e217326cd
commit
afe8862a27
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ func _handle_settings() -> void:
|
||||||
win.mode = Window.MODE_WINDOWED
|
win.mode = Window.MODE_WINDOWED
|
||||||
var pnl := SETTINGS_PANEL.instantiate()
|
var pnl := SETTINGS_PANEL.instantiate()
|
||||||
win.add_child(pnl)
|
win.add_child(pnl)
|
||||||
win.size = Vector2i(1530,800)
|
win.size = Vector2i(1530,1000)
|
||||||
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