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:
parent
260c906d92
commit
006be19464
|
@ -61,9 +61,9 @@ item_count = 3
|
||||||
selected = 0
|
selected = 0
|
||||||
popup/item_0/text = "Diamond"
|
popup/item_0/text = "Diamond"
|
||||||
popup/item_0/id = 0
|
popup/item_0/id = 0
|
||||||
popup/item_1/text = "Square"
|
popup/item_1/text = "Circle"
|
||||||
popup/item_1/id = 1
|
popup/item_1/id = 1
|
||||||
popup/item_2/text = "Circle"
|
popup/item_2/text = "Square"
|
||||||
popup/item_2/id = 2
|
popup/item_2/id = 2
|
||||||
|
|
||||||
[node name="InsideImageLabel" type="Label" parent="VBoxContainer/OutlineOptions" index="6"]
|
[node name="InsideImageLabel" type="Label" parent="VBoxContainer/OutlineOptions" index="6"]
|
||||||
|
|
Loading…
Reference in a new issue