Migrate asset packs folder

This commit is contained in:
ClaraCrazy
2023-07-24 13:54:32 +02:00
parent 37939dec86
commit 3264c37e5b
439 changed files with 13 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ Don't include assets that you are not using, compiler is not going to strip unus
# Structure
- `compiled` - Output folder made for compiled assets, after building project, in `build` directory.
- `dolphin` - Dolphin game assets sources. Goes to `compiled` and `resources` folders in `build` directory.
- `packs` - User-made Asset packs used for basically all scenes. Compiled to `.bmx` and found at `SD/asset_packs`
- `icons` - Icons sources. Goes to `compiled` folder in `build` directory.
- `protobuf` - Protobuf sources. Goes to `compiled` folder in `build` directory.
- `resources` - Assets that is going to be provisioned to SD card.