mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-05 20:19:19 +11:00
Begin adding loading screen
This commit is contained in:
parent
457d510384
commit
bc20c1390d
5 changed files with 8 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ void init(void) {
|
|||
#define SCORE_TEXT_X 32
|
||||
#define SCORE_TEXT_Y 29
|
||||
#define SCORE_TEXT_WIDTH 5
|
||||
#pragma require __loading_screen
|
||||
|
||||
__task int main(void) {
|
||||
uint16_t moves_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue