X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=de1088fd1117148b3708f6e1003259a9c8830139;hp=c0277ffb16053b5be649b94943c5665d67d090e3;hb=41680565bf2af491be63ee8440788c4ff8b616db;hpb=ea933dd51bfca7ddcc6b75465476cce57afd1682 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c0277ffb..de1088fd 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -568,14 +568,10 @@ struct ConfigInfo image_config[] = { "empty_space.ypos", "0" }, { "empty_space.frames", "1" }, - { "sand", "RocksElements.pcx" }, + { "sand", "RocksMore.pcx" }, { "sand.xpos", "0" }, - { "sand.ypos", "0" }, + { "sand.ypos", "2" }, { "sand.frames", "1" }, - { "sand_crumbled", "RocksElements.pcx" }, - { "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" }, @@ -600,6 +596,34 @@ struct ConfigInfo image_config[] = { "sand.digging.down.frames", "3" }, { "sand.digging.down.delay", "2" }, { "sand.digging.down.anim_mode", "linear" }, + { "sand_crumbled", "RocksMore.pcx" }, + { "sand_crumbled.xpos", "1" }, + { "sand_crumbled.ypos", "2" }, + { "sand_crumbled.frames", "1" }, + { "sand_crumbled.digging.left", "RocksMore.pcx" }, + { "sand_crumbled.digging.left.xpos", "6" }, + { "sand_crumbled.digging.left.ypos", "0" }, + { "sand_crumbled.digging.left.frames", "3" }, + { "sand_crumbled.digging.left.delay", "2" }, + { "sand_crumbled.digging.left.anim_mode", "linear" }, + { "sand_crumbled.digging.right", "RocksMore.pcx" }, + { "sand_crumbled.digging.right.xpos", "9" }, + { "sand_crumbled.digging.right.ypos", "0" }, + { "sand_crumbled.digging.right.frames", "3" }, + { "sand_crumbled.digging.right.delay", "2" }, + { "sand_crumbled.digging.right.anim_mode", "linear" }, + { "sand_crumbled.digging.up", "RocksMore.pcx" }, + { "sand_crumbled.digging.up.xpos", "0" }, + { "sand_crumbled.digging.up.ypos", "0" }, + { "sand_crumbled.digging.up.frames", "3" }, + { "sand_crumbled.digging.up.delay", "2" }, + { "sand_crumbled.digging.up.anim_mode", "linear" }, + { "sand_crumbled.digging.down", "RocksMore.pcx" }, + { "sand_crumbled.digging.down.xpos", "3" }, + { "sand_crumbled.digging.down.ypos", "0" }, + { "sand_crumbled.digging.down.frames", "3" }, + { "sand_crumbled.digging.down.delay", "2" }, + { "sand_crumbled.digging.down.anim_mode", "linear" }, { "wall", "RocksElements.pcx" }, { "wall.xpos", "5" }, @@ -650,6 +674,12 @@ struct ConfigInfo image_config[] = { "emerald.falling.ypos", "0" }, { "emerald.falling.frames", "2" }, { "emerald.falling.delay", "4" }, + { "emerald.collecting", "RocksMore.pcx" }, + { "emerald.collecting.xpos", "3" }, + { "emerald.collecting.ypos", "2" }, + { "emerald.collecting.frames", "3" }, + { "emerald.collecting.delay", "2" }, + { "emerald.collecting.anim_mode", "linear" }, { "diamond", "RocksElements.pcx" }, { "diamond.xpos", "10" }, @@ -665,6 +695,12 @@ struct ConfigInfo image_config[] = { "diamond.falling.ypos", "0" }, { "diamond.falling.frames", "2" }, { "diamond.falling.delay", "4" }, + { "diamond.collecting", "RocksMore.pcx" }, + { "diamond.collecting.xpos", "7" }, + { "diamond.collecting.ypos", "2" }, + { "diamond.collecting.frames", "3" }, + { "diamond.collecting.delay", "2" }, + { "diamond.collecting.anim_mode", "linear" }, { "bomb", "RocksElements.pcx" }, { "bomb.xpos", "11" },