fp: Add notes on art
This commit is contained in:
parent
ba7ff271f6
commit
554fcacbb2
11
readme.md
11
readme.md
@ -63,3 +63,14 @@ for that directory, e.g.
|
||||
cd Build\Terry_Cherry_Emscripten
|
||||
python -m http.server
|
||||
```
|
||||
|
||||
## Asset Packaging
|
||||
|
||||
Assets are stored in the `Data` folder. In particular, textures are stored as
|
||||
individual sprites and combined using a utility program to pack them into
|
||||
a sprite sheet with their positions annotated into a specification file that is
|
||||
loaded at runtime.
|
||||
|
||||
Textures are specified in the `sprite_spec.txt` file and given to the sprite
|
||||
packer tool from this repository. The sprite packer will generate a the sprite
|
||||
sheet.
|
||||
|
Loading…
Reference in New Issue
Block a user