X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=be5985472db2d25198ba3cf4f04f3b812bd3ee43;hb=3fb68b18f28034e492534fb3b5579fd1da888292;hp=af832b3328f28c19b34d7e36f291da29eaa3df63;hpb=07bd1f7e496e8914d56ec4422b33492b8f66b1d0;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index af832b33..be598547 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -571,6 +571,30 @@ struct ConfigInfo image_config[] = { "sand_crumbled.xpos", "1" }, { "sand_crumbled.ypos", "0" }, { "sand_crumbled.frames", "1" }, + { "sand.digging.left", "RocksMore.pcx" }, + { "sand.digging.left.xpos", "6" }, + { "sand.digging.left.ypos", "3" }, + { "sand.digging.left.frames", "3" }, + { "sand.digging.left.delay", "2" }, + { "sand.digging.left.anim_mode", "linear" }, + { "sand.digging.right", "RocksMore.pcx" }, + { "sand.digging.right.xpos", "9" }, + { "sand.digging.right.ypos", "3" }, + { "sand.digging.right.frames", "3" }, + { "sand.digging.right.delay", "2" }, + { "sand.digging.right.anim_mode", "linear" }, + { "sand.digging.up", "RocksMore.pcx" }, + { "sand.digging.up.xpos", "0" }, + { "sand.digging.up.ypos", "3" }, + { "sand.digging.up.frames", "3" }, + { "sand.digging.up.delay", "2" }, + { "sand.digging.up.anim_mode", "linear" }, + { "sand.digging.down", "RocksMore.pcx" }, + { "sand.digging.down.xpos", "3" }, + { "sand.digging.down.ypos", "3" }, + { "sand.digging.down.frames", "3" }, + { "sand.digging.down.delay", "2" }, + { "sand.digging.down.anim_mode", "linear" }, { "wall", "RocksElements.pcx" }, { "wall.xpos", "5" }, @@ -3130,5 +3154,13 @@ struct ConfigInfo image_config[] = { "global.num_toons", "20" }, + { "menu.draw_xoffset", "0" }, + { "menu.draw_yoffset", "0" }, + { "menu.draw_xoffset.MAIN", "0" }, + { "menu.draw_yoffset.MAIN", "0" }, + + { "door.step_offset", "2" }, + { "door.step_delay", "10" }, + { NULL, NULL } };