mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#11922: Lua game - Pixel Painter
* Changed keymaps to PLA and added to SOURCES and CATEGORIES file * improved keymaps: implement wrap-around and key repeat * change keymap according to screen orientation * fix font size calculation * use blocking button query in main loop * replace tabs with spaces * added manual entry * added original author to CREDITS Change-Id: Id67ae99cbb7a737c7f4608e278b77a389ac2ffa6
This commit is contained in:
parent
7944969ff7
commit
28ae700444
19 changed files with 733 additions and 1 deletions
|
@ -149,7 +149,10 @@ metronome.c
|
|||
/* Lua needs at least 160 KB to work in */
|
||||
#if PLUGIN_BUFFER_SIZE >= 0x80000
|
||||
boomshine.lua
|
||||
#endif
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
pixel-painter.lua
|
||||
#endif /* HAVE_LCD_COLOR */
|
||||
#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */
|
||||
|
||||
rockblox1d.c
|
||||
brickmania.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue