Skip to content

Commit 832930c

Browse files
committed
Improve example values for extrude shape
1 parent 45e70b3 commit 832930c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

wiki/customization/Markers.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,10 @@ example-extrude-marker: {
242242
position: { x: 1, y: 64, z: -23 }
243243
label: "Example Extrude Marker"
244244
shape: [
245-
{ x: 1, z: -23 }
246-
{ x: 1, z: -24 }
247-
{ x: 1, z: -25 }
248-
{ x: 2, z: -25 }
249-
{ x: 3, z: -25 }
245+
{ x: -10, z: -10 }
246+
{ x: -10, z: 10 }
247+
{ x: 10, z: 10 }
248+
{ x: 10, z: -10 }
250249
]
251250
shape-min-y: 47
252251
shape-max-y: 72

0 commit comments

Comments
 (0)