mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 16:28:36 -07:00
Expose base dolphin animation dir definition
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <assets_dolphin_blocking.h>
|
||||
#include <xtreme.h>
|
||||
#define ANIMATION_META_FILE "meta.txt"
|
||||
#define BASE_ANIMATION_DIR EXT_PATH("dolphin")
|
||||
#define TAG "AnimationStorage"
|
||||
char ANIMATION_DIR[26 /*"/ext/dolphin_custom//Anims"*/ + XTREME_ASSETS_PACK_NAME_LEN + 1];
|
||||
char ANIMATION_MANIFEST_FILE[sizeof(ANIMATION_DIR) + 13 /*"/manifest.txt"*/];
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include <m-list.h>
|
||||
#include "views/bubble_animation_view.h"
|
||||
|
||||
#define BASE_ANIMATION_DIR EXT_PATH("dolphin")
|
||||
|
||||
/** Main structure to handle animation data.
|
||||
* Contains all, including animation playing data (BubbleAnimation),
|
||||
* data for random animation selection (StorageAnimationMeta) and
|
||||
|
||||
Reference in New Issue
Block a user