Skip to content

Commit 14377c1

Browse files
committed
Convert PNoM to new sizes
1 parent 13154bf commit 14377c1

7 files changed

Lines changed: 213 additions & 213 deletions

Curricular Models/PNoM/PNoM 1 Diffusion Sandbox.nlogox

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -827,12 +827,12 @@ end
827827
; See Info tab for full copyright and license.]]></code>
828828
<widgets>
829829
<view x="205" wrappingAllowedX="false" y="10" frameRate="30.0" minPycor="-25" height="412" showTickCounter="true" patchSize="8.0" fontSize="11" wrappingAllowedY="false" width="556" tickCounterLabel="ticks" maxPycor="25" updateMode="1" maxPxcor="34" minPxcor="-34"></view>
830-
<button x="15" y="165" height="65" disableUntilTicks="true" forever="true" kind="Observer" display="go/stop/add elements" width="180" sizeVersion="0">go
830+
<button x="15" y="202" height="65" disableUntilTicks="true" forever="true" kind="Observer" width="180" display="go/stop/add elements">go
831831
</button>
832-
<button x="15" y="10" height="50" disableUntilTicks="false" forever="false" kind="Observer" width="180" sizeVersion="0">setup</button>
833-
<slider x="15" step="1" y="65" max="300" display="initial-#-particles" height="33" min="0" direction="Horizontal" default="100.0" variable="initial-#-particles" width="180" sizeVersion="0"></slider>
834-
<slider x="15" step="1" y="100" max="500" display="initial-gas-temperature" height="33" min="1" direction="Horizontal" default="375.0" variable="initial-gas-temperature" width="180" sizeVersion="0"></slider>
835-
<chooser x="15" y="250" height="45" variable="mouse-interaction" current="0" display="mouse-interaction" width="180" sizeVersion="0">
832+
<button x="15" y="10" height="50" disableUntilTicks="false" forever="false" kind="Observer" width="180">setup</button>
833+
<slider x="15" step="1" y="65" max="300" width="180" display="initial-#-particles" height="50" min="0" direction="Horizontal" default="100.0" variable="initial-#-particles"></slider>
834+
<slider x="15" step="1" y="120" max="500" width="180" display="initial-gas-temperature" height="50" min="1" direction="Horizontal" default="375.0" variable="initial-gas-temperature"></slider>
835+
<chooser x="15" y="287" height="60" variable="mouse-interaction" current="0" width="180" display="mouse-interaction">
836836
<choice type="string" value="none - let particles move"></choice>
837837
<choice type="string" value="draw basic wall"></choice>
838838
<choice type="string" value="draw red removable wall"></choice>
@@ -851,16 +851,16 @@ end
851851
<choice type="string" value="add/move (temperature) sensor 3"></choice>
852852
<choice type="string" value="add/move (average particle) speed sensor 4"></choice>
853853
</chooser>
854-
<button x="15" y="355" height="40" disableUntilTicks="true" forever="false" kind="Observer" display="remove/replace blue wall" width="180" sizeVersion="0">toggle-blue-wall</button>
855-
<button x="15" y="310" height="40" disableUntilTicks="true" forever="false" kind="Observer" display="remove/replace red wall" width="180" sizeVersion="0">toggle-red-wall</button>
856-
<chooser x="15" y="460" height="45" variable="visualize-particle-speed" current="0" display="visualize-particle-speed" width="180" sizeVersion="0">
854+
<button x="15" y="407" height="40" disableUntilTicks="true" forever="false" kind="Observer" width="180" display="remove/replace blue wall">toggle-blue-wall</button>
855+
<button x="15" y="362" height="40" disableUntilTicks="true" forever="false" kind="Observer" width="180" display="remove/replace red wall">toggle-red-wall</button>
856+
<chooser x="15" y="519" height="60" variable="visualize-particle-speed" current="0" width="180" display="visualize-particle-speed">
857857
<choice type="string" value="no"></choice>
858858
<choice type="string" value="different shades"></choice>
859859
<choice type="string" value="arrows"></choice>
860860
</chooser>
861-
<switch x="15" y="415" height="33" on="true" variable="show-wall-hits?" display="show-wall-hits?" width="180" sizeVersion="0"></switch>
862-
<button x="592" y="435" height="55" disableUntilTicks="false" forever="false" kind="Observer" display="save" width="80" sizeVersion="0">export-world user-input "Save as:"</button>
863-
<button x="682" y="435" height="55" disableUntilTicks="false" forever="false" kind="Observer" display="load" width="80" sizeVersion="0">let file user-file
861+
<switch x="15" y="467" height="40" on="true" variable="show-wall-hits?" width="180" display="show-wall-hits?"></switch>
862+
<button x="592" y="435" height="55" disableUntilTicks="false" forever="false" kind="Observer" width="80" display="save">export-world user-input "Save as:"</button>
863+
<button x="682" y="435" height="55" disableUntilTicks="false" forever="false" kind="Observer" width="80" display="load">let file user-file
864864
if file != "" [ import-world file ]</button>
865865
</widgets>
866866
<info><![CDATA[## WHAT IS IT?

0 commit comments

Comments
 (0)