1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-30 23:19:49 +00:00

Switch Square and Circle patterns in the outline effect

Not sure how they got out of order in the first place, they were fine in v0.11.4
This commit is contained in:
Emmanouil Papadeas 2024-06-01 13:09:55 +03:00
parent 260c906d92
commit 006be19464

View file

@ -61,9 +61,9 @@ item_count = 3
selected = 0
popup/item_0/text = "Diamond"
popup/item_0/id = 0
popup/item_1/text = "Square"
popup/item_1/text = "Circle"
popup/item_1/id = 1
popup/item_2/text = "Circle"
popup/item_2/text = "Square"
popup/item_2/id = 2
[node name="InsideImageLabel" type="Label" parent="VBoxContainer/OutlineOptions" index="6"]