diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-12 01:05:18 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-12 19:43:14 +0000 |
commit | 0ee9b8c6036899f95dfd54f151cb60a03645f87a (patch) | |
tree | 9550f45043a1864a32ddd3b7d9b600fdeb134c07 /res | |
parent | Support loading references to texture fragments (diff) | |
download | ilt-0ee9b8c6036899f95dfd54f151cb60a03645f87a.tar.bz2 ilt-0ee9b8c6036899f95dfd54f151cb60a03645f87a.tar.xz ilt-0ee9b8c6036899f95dfd54f151cb60a03645f87a.zip |
Support loading texture references into faces
Diffstat (limited to 'res')
-rw-r--r-- | res/brush47.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index a7e3894..c345c82 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -71,7 +71,11 @@ <face id="top" type="extrude" scale="1,0.96,1" position="0,0,0.775"> <face id="front" colour="#e1eff3"/> <face id="back" colour="#e1eff3"/> - <face id="top" type="extrude" scale="0.5,0.85,0" smooth="true" position="0,0,0.575" colour="#aeb0b0"/> + <face id="top" type="extrude" scale="0.5,0.85,0" smooth="true" position="0,0,0.575" colour="#aeb0b0"> + <face id="top" texture="roofTopWithVents"/> + <face id="left" texture="roofSideWithVents"/> + <face id="right" texture="roofSideWithVents"/> + </face> </face> </face> </use> |