Re-arranged files in Keen keyboard theme
@@ -138,6 +138,17 @@ RedefinedKeysScreenKb="0 1 2 3 4 5 6 7 8 9"
|
||||
# Names for on-screen keyboard keys, such as Fire, Jump, Run etc, separated by spaces, they are used in SDL config menu
|
||||
RedefinedKeysScreenKbNames="0 1 2 3 4 5 6 7 8 9"
|
||||
|
||||
# On-screen keys theme
|
||||
# 1 = Ultimate Droid by Sean Stieber (green, with gamepad joystick)
|
||||
# 2 = Simple Theme by Beholder (white, with gamepad joystick)
|
||||
# 3 = Sun by Sirea (yellow, with round joystick)
|
||||
# 4 = Keen by Gerstrong (multicolor, with round joystick)
|
||||
TouchscreenKeysTheme=4
|
||||
|
||||
# Redefine gamepad keys to SDL keysyms, button order is:
|
||||
# A B X Y L1 R1 L2 R2 LThumb RThumb
|
||||
RedefinedKeysGamepad="0 1 2 3 4 5 6 7 8 9"
|
||||
|
||||
# How long to show startup menu button, in msec, 0 to disable startup menu
|
||||
StartupMenuButtonTimeout=3000
|
||||
|
||||
|
||||
@@ -138,6 +138,13 @@ RedefinedKeysScreenKb="LCTRL LALT SPACE RETURN"
|
||||
# Names for on-screen keyboard keys, such as Fire, Jump, Run etc, separated by spaces, they are used in SDL config menu
|
||||
RedefinedKeysScreenKbNames="LCTRL LALT SPACE RETURN"
|
||||
|
||||
# On-screen keys theme
|
||||
# 1 = Ultimate Droid by Sean Stieber (green, with gamepad joystick)
|
||||
# 2 = Simple Theme by Beholder (white, with gamepad joystick)
|
||||
# 3 = Sun by Sirea (yellow, with round joystick)
|
||||
# 4 = Keen by Gerstrong (multicolor, with round joystick)
|
||||
TouchscreenKeysTheme=4
|
||||
|
||||
# Redefine gamepad keys to SDL keysyms, button order is:
|
||||
# A B X Y L1 R1 L2 R2 LThumb RThumb
|
||||
RedefinedKeysGamepad="LCTRL LALT SPACE RETURN"
|
||||
@@ -201,7 +208,7 @@ AppBuildExclude=''
|
||||
AppCmdline=''
|
||||
|
||||
# Here you may type readme text, which will be shown during startup. Format is:
|
||||
# Text in English, use \\\\\\\\n to separate lines^de:Text in Deutsch^ru:Text in Russian, and so on (that's four backslashes, nice isn't it?)
|
||||
# Text in English, use \\\\n to separate lines^de:Text in Deutsch^ru:Text in Russian, and so on (that's four backslashes, nice isn't it?)
|
||||
ReadmeText='^You may press "Home" now - the data will be downloaded in background'
|
||||
|
||||
# Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/1auto.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/1pressed.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
BIN
project/themes/Keen/2auto.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
BIN
project/themes/Keen/2pressed.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
BIN
project/themes/Keen/5.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
project/themes/Keen/5pressed.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
project/themes/Keen/6.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
project/themes/Keen/6pressed.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/dpad_down.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/dpad_left.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/dpad_right.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
project/themes/Keen/dpad_up.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 879 B After Width: | Height: | Size: 879 B |
BIN
project/themes/Keen/mouse_pointer.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
@@ -149,20 +149,35 @@ for f in Keen/*.png; do
|
||||
done
|
||||
|
||||
rm -f ../res/raw/keen.raw
|
||||
printf '\000\000\000\012' > ../res/raw/keen.raw # size, 012 = 10
|
||||
printf '\000\000\000\030' > ../res/raw/keen.raw # size, 030 = 24
|
||||
|
||||
for F in \
|
||||
keen-01 \
|
||||
dpad \
|
||||
dpad_left \
|
||||
dpad_right \
|
||||
dpad_up \
|
||||
dpad_down \
|
||||
\
|
||||
keen-02 \
|
||||
keen-03 \
|
||||
keen-04 \
|
||||
keen-05 \
|
||||
keen-06 \
|
||||
keen-07 \
|
||||
keen-08 \
|
||||
keen-09 \
|
||||
keen-10 \
|
||||
1auto_pressed \
|
||||
1auto \
|
||||
2auto_pressed \
|
||||
2auto \
|
||||
\
|
||||
1 \
|
||||
1pressed \
|
||||
2 \
|
||||
2pressed \
|
||||
3 \
|
||||
3pressed \
|
||||
4 \
|
||||
4pressed \
|
||||
5 \
|
||||
5pressed \
|
||||
6 \
|
||||
6pressed \
|
||||
keyboard \
|
||||
keyboard \
|
||||
mouse_pointer \
|
||||
; do
|
||||
if [ \! -e ../res/raw/$F.png.raw ]; then
|
||||
echo Cannot find ../res/raw/$F.png.raw - check if all files are in place
|
||||
@@ -172,7 +187,7 @@ keen-10 \
|
||||
cat ../res/raw/$F.png.raw >> ../res/raw/keen.raw
|
||||
done
|
||||
|
||||
rm ../res/raw/keen*.png.raw
|
||||
rm ../res/raw/*.png.raw
|
||||
|
||||
gzip -9 < ../res/raw/keen.raw > ../res/raw/keen.raw.gz
|
||||
mv -f ../res/raw/keen.raw.gz ../res/raw/keen.raw
|
||||
|
||||