summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
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 /manual/plugins/main.tex
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 'manual/plugins/main.tex')
-rw-r--r--manual/plugins/main.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 540a0efe5c..bf5bcd3dac 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -70,6 +70,8 @@ text files%
70 70
71\opt{lcd_bitmap}{\input{plugins/pegbox.tex}} 71\opt{lcd_bitmap}{\input{plugins/pegbox.tex}}
72 72
73\opt{lcd_color}{\opt{large_plugin_buffer}{\input{plugins/pixelpainter.tex}}}
74
73\opt{lcd_bitmap}{\input{plugins/pong.tex}} 75\opt{lcd_bitmap}{\input{plugins/pong.tex}}
74 76
75\opt{lcd_bitmap}{\input{plugins/reversi.tex}} 77\opt{lcd_bitmap}{\input{plugins/reversi.tex}}