diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-27 23:56:03 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-27 23:56:03 +0000 |
commit | 5c703a1549b88339ca48ac3c48f67ab7503d223a (patch) | |
tree | d56cb2b44002c14ea0dcc57605a83895b2ff1da8 /res/brush47.xml | |
parent | Load the X11 RGB colour definitions into a map (diff) | |
download | ilt-5c703a1549b88339ca48ac3c48f67ab7503d223a.tar.bz2 ilt-5c703a1549b88339ca48ac3c48f67ab7503d223a.tar.xz ilt-5c703a1549b88339ca48ac3c48f67ab7503d223a.zip |
Support for named colours in assets
Fixes up some error handling in colour parser.
Diffstat (limited to 'res/brush47.xml')
-rw-r--r-- | res/brush47.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index 1ece78f..477610c 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -16,15 +16,15 @@ <mesh id="body" size="2.69,19.38,3.9"> <use type="cuboid" position="0,0,1.2" scale="2.69,19.38,1.5" colour="#2c4f5a"> <face id="bottom" colour="#2c3539"/> - <face id="front" colour="#fbc32f"/> - <face id="back" colour="#fbc32f"/> + <face id="front" colour="goldenrod"/> + <face id="back" colour="goldenrod"/> <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> - <use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="#413b3a"/> + <use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="grey30"/> </mesh> <mesh id="bogie1"> <use type="bogie" position="0,6,0" colour="#413b3a"/> |