1
0
Fork 0
forked from len0rd/rockbox

Moved the Sokoban levels to .rockbox/rocks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-09 06:50:02 +00:00
parent 005fc38d87
commit fd71c2ff87
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#define SOKOBAN_TITLE "Sokoban" #define SOKOBAN_TITLE "Sokoban"
#define SOKOBAN_TITLE_FONT 2 #define SOKOBAN_TITLE_FONT 2
#define LEVELS_FILE "/.rockbox/sokoban.levels" #define LEVELS_FILE PLUGIN_DIR "/sokoban.levels"
#define ROWS 16 #define ROWS 16
#define COLS 20 #define COLS 20

View file

@ -82,7 +82,7 @@ sub buildzip {
close VIEWERS; close VIEWERS;
if($notplayer) { if($notplayer) {
`cp $ROOT/apps/plugins/sokoban.levels .rockbox/`; # sokoban levels `cp $ROOT/apps/plugins/sokoban.levels .rockbox/rocks/`; # sokoban levels
`cp $ROOT/apps/plugins/snake2.levels .rockbox/rocks/`; # snake2 levels `cp $ROOT/apps/plugins/snake2.levels .rockbox/rocks/`; # snake2 levels
mkdir ".rockbox/fonts", 0777; mkdir ".rockbox/fonts", 0777;