forked from len0rd/rockbox
Accept FS#5464 - organise the rocks directory.
If any plugins or "open with" optoins dont work please let me know... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b76936a44
commit
fda7d720c0
29 changed files with 266 additions and 72 deletions
|
@ -33,8 +33,8 @@ extern const fb_data sokoban_tiles[];
|
|||
|
||||
#define SOKOBAN_TITLE "Sokoban"
|
||||
|
||||
#define SOKOBAN_LEVELS_FILE PLUGIN_DIR "/sokoban.levels"
|
||||
#define SOKOBAN_SAVE_FILE PLUGIN_DIR "/sokoban.save"
|
||||
#define SOKOBAN_LEVELS_FILE PLUGIN_GAMES_DIR "/sokoban.levels"
|
||||
#define SOKOBAN_SAVE_FILE PLUGIN_GAMES_DIR "/sokoban.save"
|
||||
#define SOKOBAN_SAVE_FOLDER "/games"
|
||||
|
||||
/* Magnify is the number of pixels for each block.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue