Make UI a little more compact and define a minimum window size
This commit is contained in:
parent
8653b3740e
commit
a9a90235d9
2 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,7 @@ extends Node2D
|
|||
|
||||
|
||||
func _ready():
|
||||
DisplayServer.window_set_min_size(Vector2i(900, 500))
|
||||
Globals.target_viewport = image_viewport
|
||||
|
||||
func _on_save_image_button_pressed():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue