X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=afcffb011f4778de427ef4c2205c3091ff034e6c;hb=d7ccee72a45b60edf4b581780e932ef4482276cc;hp=398e36f2a5dfdb8d9d1e28f465c6c01b813c15b7;hpb=f1ae7658eb84c2fd2a9c03e8cc8ccbfe63ed75c0;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 398e36f2..afcffb01 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -624,6 +624,14 @@ struct ConfigInfo image_config[] = { "sokoban_field_full.ypos", "7" }, { "sokoban_field_full.frames", "1" }, + { "sokoban_field_player", "RocksHeroes.pcx" }, + { "sokoban_field_player.xpos", "0" }, + { "sokoban_field_player.ypos", "15" }, + { "sokoban_field_player.frames", "1" }, + { "sokoban_field_player.EDITOR", "RocksHeroes.pcx" }, + { "sokoban_field_player.EDITOR.xpos", "1" }, + { "sokoban_field_player.EDITOR.ypos", "15" }, + /* images for Emerald Mine style elements and actions */ { "empty_space", "RocksSP.pcx" }, @@ -2467,11 +2475,6 @@ struct ConfigInfo image_config[] = { "stoneblock.ypos", "1" }, { "stoneblock.frames", "1" }, - { "maze_runner", "RocksHeroes.pcx" }, - { "maze_runner.xpos", "15" }, - { "maze_runner.ypos", "8" }, - { "maze_runner.frames", "1" }, - /* images for other elements and actions */ { "player_1", "RocksHeroes.pcx" },