nrf5/examples: Adding a extra global variable to the game which breaks the game execution.
This commit is contained in:
parent
b0a730d482
commit
0380d2e781
@ -87,6 +87,10 @@ font_2048 = [
|
||||
"xxx x x x"
|
||||
]
|
||||
|
||||
font_4096 = [
|
||||
"x"
|
||||
]
|
||||
|
||||
DIR_UP = const(0x1)
|
||||
DIR_DOWN = const(0x2)
|
||||
DIR_LEFT = const(0x3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user