diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:42:40 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:42:40 +0000 |
commit | 96560a2f927831d1b98e654e80ee085f3ef562d8 (patch) | |
tree | 17ea825222593f079a2d9e399ae568e27c280b19 | |
parent | Support parsing string values in persistence read (diff) | |
download | ilt-96560a2f927831d1b98e654e80ee085f3ef562d8.tar.bz2 ilt-96560a2f927831d1b98e654e80ee085f3ef562d8.tar.xz ilt-96560a2f927831d1b98e654e80ee085f3ef562d8.zip |
Smooth roof now supported
-rw-r--r-- | res/brush47.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index 9cd654f..841c951 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -17,8 +17,7 @@ <use type="cuboid" position="0,0,1.2" scale="2.69,19.38,1.5" colour="#1111dd"> <face id="bottom" colour="#2C3539"/> <face id="top" type="extrude" scale="1,0.95,1" position="0,0,1.0"> - <face id="top" type="extrude" scale="0.6,0.9,0" position="0,0,0.2"/> - <!--smooth="true"--> + <face id="top" type="extrude" scale="0.6,0.9,0" position="0,0,0.2" smooth="true"/> </face> </use> <use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="#2C3539"/> |