mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-02 09:33:14 +00:00
10 lines
247 B
Text
10 lines
247 B
Text
[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
|
||
|
ok_button_text = "Save"
|
||
|
access = 2
|
||
filters = PackedStringArray("*.pxo ; Pixelorama Project")
|