mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 22:08:35 -07:00
fixed the subghz part of the tanks game
This commit is contained in:
19
applications/external/tanksgame/constants.h
vendored
Normal file
19
applications/external/tanksgame/constants.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user