Update ReadMe.md

This commit is contained in:
VerstreuteSeele
2023-01-23 10:49:51 +01:00
parent 73eaf337a1
commit ba742ae54c

View File

@@ -2,9 +2,12 @@
Dolphin assets are split into 3 parts:
- blocking - Essential animations that are used for blocking system notifications. They are packed to `assets_dolphin_blocking.[h,c]`.
- internal - Internal animations that are used for idle dolphin animation. Converted to `assets_dolphin_internal.[h,c]`.
- external - External animations that are used for idle dolphin animation. Packed to resource folder and placed on SD card.
- blocking - Essential animations that are used for blocking system notifications. They are packed to `assets_dolphin_blocking.[h,c]`.
- internal - Last fallback animations that are used for idle dolphin animation. Converted to `assets_dolphin_internal.[h,c]`.
- external - Essential animations that are used for idle dolphin animation. Compiled to `.bm` and found at `SD/dolphin/`.
- custom - Custom User-made animations that are used for a variety of scenes, such as `dolphin idle, passport, scanning`. Compiled to `.bmx` and found at `SD/dolphin_custom`
# Files