diff options
Diffstat (limited to 'ASSET_SYSTEM.md')
| -rw-r--r-- | ASSET_SYSTEM.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ASSET_SYSTEM.md b/ASSET_SYSTEM.md index 0644cc7..843d8f2 100644 --- a/ASSET_SYSTEM.md +++ b/ASSET_SYSTEM.md @@ -47,3 +47,11 @@ compressed in memory until then. This means that we need a 'void DropAsset(uint16 asset_id, const uint8* asset)' method to handle memory disallocation depending on the asset type. +### assembling tool + +we need a simple tool that: + * takes the assets.txt file and parse it + * generates the assets.h file with asset enums + * generates the assets_data.cc file with all the data + * put these in the source tree + * this process needs a script for automation |
