1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Hide Split Layers checkbox on the Export dialog when the Spritesheet tab is selected

Spritesheet exporting does not currently support layer splitting
This commit is contained in:
Emmanouil Papadeas 2024-04-22 17:15:25 +03:00
parent 074fed10bf
commit 324fdc9fc8

View file

@ -286,7 +286,7 @@ layout_mode = 2
mouse_default_cursor_shape = 2
text = "Export JSON data"
[node name="SplitLayers" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer"]
[node name="SplitLayers" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer" groups=["ExportImageOptions"]]
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Split layers"