diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 17:59:45 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 17:59:45 +0100 |
commit | 46784bfd9ca8d500971d2ec43fe83f12bddef117 (patch) | |
tree | 1eb96d07e9a17a51e5763f397fc003f762cd2e75 /res/assetTemplate.m4 | |
parent | Remove the old .obj load, assets and supporting stuff (diff) | |
download | ilt-46784bfd9ca8d500971d2ec43fe83f12bddef117.tar.bz2 ilt-46784bfd9ca8d500971d2ec43fe83f12bddef117.tar.xz ilt-46784bfd9ca8d500971d2ec43fe83f12bddef117.zip |
Add an asset template and use it to define all the foliage assets in the plants pack
Diffstat (limited to 'res/assetTemplate.m4')
-rw-r--r-- | res/assetTemplate.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/assetTemplate.m4 b/res/assetTemplate.m4 new file mode 100644 index 0000000..8750c42 --- /dev/null +++ b/res/assetTemplate.m4 @@ -0,0 +1,5 @@ + <asset p.typeid="TYPE" id="ID" name="ID"> + <bodyMesh id="body"> + <use type="ID"/> + </bodyMesh> + </asset> |