Disable tanksgame for now
13
applications/external/tanksgame/application.fam
vendored
@@ -1,13 +0,0 @@
|
||||
App(
|
||||
appid="tanks",
|
||||
name="Tanks",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="tanks_game_app",
|
||||
cdefines=["APP_TANKS_GAME"],
|
||||
requires=["gui", "subghz"],
|
||||
stack_size=4 * 1024,
|
||||
order=730,
|
||||
fap_icon="tanksIcon.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
19
applications/external/tanksgame/constants.h
vendored
@@ -1,19 +0,0 @@
|
||||
#ifndef FLIPPERZERO_FIRMWARE_CONSTANTS_H
|
||||
#define FLIPPERZERO_FIRMWARE_CONSTANTS_H
|
||||
|
||||
const uint8_t SCREEN_WIDTH_TANKS = 128;
|
||||
const uint8_t SCREEN_HEIGHT_TANKS = 64;
|
||||
|
||||
const uint8_t FIELD_WIDTH = 16;
|
||||
const uint8_t FIELD_HEIGHT = 11;
|
||||
|
||||
const uint16_t TURN_LENGTH = 300;
|
||||
const uint16_t LONG_PRESS_LENGTH = 10;
|
||||
|
||||
const uint8_t SHOT_COOLDOWN = 5;
|
||||
const uint8_t RESPAWN_COOLDOWN = 8;
|
||||
const uint8_t PLAYER_RESPAWN_COOLDOWN = 1;
|
||||
|
||||
const uint8_t CELL_LENGTH_PIXELS = 6;
|
||||
|
||||
#endif
|
||||
|
Before Width: | Height: | Size: 633 B |
|
Before Width: | Height: | Size: 649 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 159 B |
|
Before Width: | Height: | Size: 159 B |
BIN
applications/external/tanksgame/images/enemy_up.png
vendored
|
Before Width: | Height: | Size: 160 B |
|
Before Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 106 B |
|
Before Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 102 B |
BIN
applications/external/tanksgame/images/tank_base.png
vendored
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
applications/external/tanksgame/images/tank_down.png
vendored
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
applications/external/tanksgame/images/tank_left.png
vendored
|
Before Width: | Height: | Size: 159 B |
|
Before Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
applications/external/tanksgame/images/tank_up.png
vendored
|
Before Width: | Height: | Size: 157 B |
BIN
applications/external/tanksgame/images/tank_wall.png
vendored
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
applications/external/tanksgame/tanksIcon.png
vendored
|
Before Width: | Height: | Size: 1.9 KiB |