Temporarily backport app updates from apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:06:02 +00:00
parent 79e7f491fe
commit e309fa8a88
1498 changed files with 1325977 additions and 20227 deletions

View File

@@ -13,8 +13,7 @@
#include <math.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include "asteroids_icons.h"
#include <assets_icons.h>
#include <asteroids_icons.h>
#define TAG "Asteroids" // Used for logging
#define DEBUG_MSG 0
@@ -29,7 +28,8 @@
#define MAXPOWERUPS 3 /* Max powerups allowed on screen */
#define POWERUPSTTL 400 /* Max powerup time to live, in ticks. */
#define SHIP_HIT_ANIMATION_LEN 15
#define SAVING_FILENAME APP_DATA_PATH("game_asteroids.save")
#define SAVING_DIRECTORY STORAGE_APP_DATA_PATH_PREFIX
#define SAVING_FILENAME SAVING_DIRECTORY "/game_asteroids.save"
#ifndef PI
#define PI 3.14159265358979f
#endif