diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-25 03:32:24 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-25 03:32:24 +0000 |
commit | 29faadd99b2c6fd8dd5bfd9842d1361d82690f96 (patch) | |
tree | ff0feef2fcd253793805b791f13ab410140e0464 | |
parent | Name new faces based on adjacent faces when extruding (diff) | |
download | ilt-29faadd99b2c6fd8dd5bfd9842d1361d82690f96.tar.bz2 ilt-29faadd99b2c6fd8dd5bfd9842d1361d82690f96.tar.xz ilt-29faadd99b2c6fd8dd5bfd9842d1361d82690f96.zip |
Colour windows of sample model
-rw-r--r-- | res/brush47.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index fe3d114..1ece78f 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -19,6 +19,8 @@ <face id="front" colour="#fbc32f"/> <face id="back" colour="#fbc32f"/> <face id="top" type="extrude" scale="1,0.95,1" position="0,0,0.8"> + <face id="front" colour="#e1eff3"/> + <face id="back" colour="#e1eff3"/> <face id="top" type="extrude" scale="0.5,0.8,0" position="0,0,0.4" smooth="true" colour="#aeb0b0"/> </face> </use> |