mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-27 14:32:17 +11:00
Update loading and main screen
This commit is contained in:
parent
ee893868cd
commit
6608173ecc
24 changed files with 11 additions and 10 deletions
|
|
@ -94,18 +94,19 @@ static const uint8_t box_new_hi_score[BOX_WIDTH] = {
|
|||
};
|
||||
|
||||
#define INSTR_BOX_WIDTH 12
|
||||
#define INSTR_BOX_HEIGHT 6
|
||||
#define INSTR_BOX_HEIGHT 8
|
||||
#define INSTR_BOX_SIZE (INSTR_BOX_HEIGHT * INSTR_BOX_WIDTH)
|
||||
#define INSTR_BOX_X 28
|
||||
#define INSTR_BOX_Y 135
|
||||
#define INSTR_BOX_Y 127
|
||||
static const uint8_t instruction_box[INSTR_BOX_SIZE] = {
|
||||
3, 21, 18, 19, 15, 18, 0, 0, 11, 5, 25, 19,
|
||||
19, 12, 9, 4, 5, 0, 0, 20, 9, 12, 5, 19,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
5, 17, 21, 1, 12, 19, 0, 13, 5, 18, 7, 5,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
18, 5, 1, 3, 8, 0, 0, 50, 48, 52, 56, 33
|
||||
|
||||
18, 5, 1, 3, 8, 0, 0, 50, 48, 52, 56, 33,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
79, 0, 50, 48, 50, 53, 0, 49, 46, 48, 0, 79
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue