summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2016-09-23 01:25:32 +0200
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2017-08-23 00:25:11 +0200
commit28ae7004446b05f085083669182a81d1cc28c164 (patch)
tree01f3697619da51be5d1b37668df0edb1969d3bb7 /apps/plugins/SOURCES
parent7944969ff7576c0c87be22a6c361e0fa7c2283ed (diff)
downloadrockbox-28ae7004446b05f085083669182a81d1cc28c164.tar.gz
rockbox-28ae7004446b05f085083669182a81d1cc28c164.zip
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
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b3a939695f..9eec04aa22 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -149,7 +149,10 @@ metronome.c
149/* Lua needs at least 160 KB to work in */ 149/* Lua needs at least 160 KB to work in */
150#if PLUGIN_BUFFER_SIZE >= 0x80000 150#if PLUGIN_BUFFER_SIZE >= 0x80000
151boomshine.lua 151boomshine.lua
152#endif 152#ifdef HAVE_LCD_COLOR
153pixel-painter.lua
154#endif /* HAVE_LCD_COLOR */
155#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */
153 156
154rockblox1d.c 157rockblox1d.c
155brickmania.c 158brickmania.c