mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:14:42 -04:00
Merge branch 'master' of https://github.com/OverloadedOrama/Pixelorama
This commit is contained in:
commit
f83e5b44f3
2 changed files with 7 additions and 4 deletions
|
@ -20,6 +20,7 @@ func _ready() -> void:
|
|||
# This property is only available in 3.2alpha or later, so use `set()` to fail gracefully if it doesn't exist.
|
||||
OS.set("min_window_size", Vector2(1024, 600))
|
||||
|
||||
|
||||
var file_menu_items := {
|
||||
"New..." : KEY_MASK_CTRL + KEY_N,
|
||||
"Open..." : KEY_MASK_CTRL + KEY_O,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue