diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-21 19:34:16 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-21 19:34:16 +0000 |
commit | 5e561d390dc82b08c20532de0952f428e7b14283 (patch) | |
tree | 5f213d4eb741e451b913884b6f302470e7b2fc74 /res | |
parent | Support for loading objects, uses and model factories from an XML resource (diff) | |
download | ilt-5e561d390dc82b08c20532de0952f428e7b14283.tar.bz2 ilt-5e561d390dc82b08c20532de0952f428e7b14283.tar.xz ilt-5e561d390dc82b08c20532de0952f428e7b14283.zip |
Rename ModelFactory to AssetFactory
Diffstat (limited to 'res')
-rw-r--r-- | res/brush47.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index 8f1d934..3c6705a 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<ilt p.id="modelFactory"> +<ilt p.id="assetFactory"> <object id="wheel"> <use type="cylinder" position="0,0,0.571" scale="1.142,1.142,0.07" rotation="0,0,90"/> </object> |