Make UI a little more compact and define a minimum window size

This commit is contained in:
ChaoticByte 2024-12-19 19:14:30 +01:00
parent 8653b3740e
commit a9a90235d9
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -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():