Skip to content

Commit 0c7d9dc

Browse files
committed
Convert missed model from Code Examples to new sizes
1 parent 3c8316f commit 0c7d9dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Code Examples/Wall Following Example.nlogox

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ end
5555
; copyright and related or neighboring rights to this model.]]></code>
5656
<widgets>
5757
<view x="201" wrappingAllowedX="true" y="10" frameRate="30.0" minPycor="-35" height="501" showTickCounter="true" patchSize="7.0" fontSize="10" wrappingAllowedY="true" width="501" tickCounterLabel="ticks" maxPycor="35" updateMode="1" maxPxcor="35" minPxcor="-35"></view>
58-
<button x="100" y="40" height="33" disableUntilTicks="true" forever="true" kind="Observer" width="67" sizeVersion="0">go</button>
59-
<note x="14" y="155" height="34" backgroundDark="0" fontSize="11" width="175" markdown="false" textColorLight="-16777216" backgroundLight="0">blue = follow right-hand wall,
58+
<button x="100" y="40" height="40" disableUntilTicks="true" forever="true" kind="Observer" width="67">go</button>
59+
<note x="14" y="169" backgroundDark="0" fontSize="11" width="175" markdown="false" height="34" textColorDark="-1" textColorLight="-16777216" backgroundLight="0">blue = follow right-hand wall,
6060
green = follow left-hand-wall</note>
61-
<button x="32" y="40" height="33" disableUntilTicks="false" forever="false" kind="Observer" width="66" sizeVersion="0">setup</button>
62-
<button x="51" y="90" height="33" disableUntilTicks="false" forever="false" kind="Turtle" width="95" sizeVersion="0">pen-down</button>
61+
<button x="32" y="40" height="40" disableUntilTicks="false" forever="false" kind="Observer" width="66">setup</button>
62+
<button x="51" y="97" height="40" disableUntilTicks="false" forever="false" kind="Turtle" width="95">pen-down</button>
6363
</widgets>
6464
<info><![CDATA[## WHAT IS IT?
6565

0 commit comments

Comments
 (0)