Merge branch 'ofw_dev' into dev p1

This commit is contained in:
MX
2024-03-10 23:35:44 +03:00
parent 4e7f25a539
commit 58cd56a439
73 changed files with 958 additions and 229 deletions
+9 -7
View File
@@ -1,17 +1,19 @@
# Requirements
# Firmware Assets {#firmware_assets}
## Requirements
- Python3
- Python3 packages: Pillow & heatshrink2
# Compiling
## Compiling
```bash
./fbt icons proto dolphin_internal dolphin_blocking dolphin_ext resources
```
# Asset naming rules
## Asset naming rules
## Images and Animations
### Images and Animations
`NAME_VARIANT_SIZE`
@@ -22,16 +24,16 @@
Image names will be automatically prefixed with `I_`, animation names with `A_`.
Icons and Animations will be gathered into `icon.h` and `icon.c`.
## Dolphin and Games assets
### Dolphin and Games assets
Rules are same as for Images and Animations plus assets are grouped by level and level prepends `NAME`.
Good starting point: https://docs.unrealengine.com/4.27/en-US/ProductionPipelines/AssetNaming/
# Important notes
## Important notes
Don't include assets that you are not using, compiler is not going to strip unused assets.
# Structure
## Structure
- `dolphin` - Dolphin game assets sources. Goes to `compiled` and `resources` folders in `build` directory.
- `icons` - Icons sources. Goes to `compiled` folder in `build` directory.
- `protobuf` - Protobuf sources. Goes to `compiled` folder in `build` directory.
+1 -1
View File
@@ -1,4 +1,4 @@
# Dolphin assets
# Dolphin assets {#dolphin_assets}
Dolphin assets are split into 3 parts: