diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-12 00:54:24 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-12 19:43:14 +0000 |
commit | 88c9d66352c2f4856682efd48482b5b72aca18bf (patch) | |
tree | 7da5207ceb7cccf2866945fe0c6ba75533663704 /res/brush47.xml | |
parent | Initial version of texture packer (diff) | |
download | ilt-88c9d66352c2f4856682efd48482b5b72aca18bf.tar.bz2 ilt-88c9d66352c2f4856682efd48482b5b72aca18bf.tar.xz ilt-88c9d66352c2f4856682efd48482b5b72aca18bf.zip |
Support loading references to texture fragments
Diffstat (limited to 'res/brush47.xml')
-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 dbd3327..a7e3894 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -59,6 +59,8 @@ </face> </use> </object> + <textureFragment id="roofSideWithVents" path="rail/roofSideWithVents.png"/> + <textureFragment id="roofTopWithVents" path="rail/roofTopWithVents.png"/> <asset p.typeid="RailVehicleClass" id="brush-47" name="Brush 47" length="19.38" wheelBase="15.70" maxSpeed="42.4688"> <bodyMesh id="body" size="2.69,19.38,3.9"> <use type="cuboid" position="0,0,1.2" scale="2.69,19.38,0.3" colour="goldenrod"> |