mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 15:39:49 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
[gd_scene format=3 uid="uid://d4euwo633u33b"]
|
|||
|
|
||
[node name="SaveSprite" type="FileDialog"]
|
|||
size = Vector2i(675, 400)
|
|||
exclusive = false
|
|||
Mark dialogs as popup_windows
So they can close when the user clicks outside the window on Godot 4.2
|
popup_window = true
|
||
|
access = 2
|
||
filters = PackedStringArray("*.pxo ; Pixelorama Project")
|