X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=afcffb011f4778de427ef4c2205c3091ff034e6c;hb=d7ccee72a45b60edf4b581780e932ef4482276cc;hp=984c0972d24e6e0e14cc5562fbfa94279a919a37;hpb=942ec4881e3b21c130df9ae105d06c2c633fa192;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 984c0972..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" }, @@ -3131,6 +3134,7 @@ struct ConfigInfo image_config[] = #include "conf_chr.c" /* include auto-generated data structure definitions */ #include "conf_cus.c" /* include auto-generated data structure definitions */ +#include "conf_grp.c" /* include auto-generated data structure definitions */ /* images not associated to game elements (used for menu screens etc.) */ /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */