X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=721bf8e424c7ce14c7b3a7fd31b7e0d5977bb921;hb=c9bb6e0a6eecbf84320be79b121bd957a938a08c;hp=f84d4d8119bb2445c5c27355bcb48b5a355019f0;hpb=0f40b41943c6442963b3677ce3d18d1f04c61605;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index f84d4d81..721bf8e4 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -208,6 +208,13 @@ struct ConfigInfo image_config[] = /* images for Supaplex style elements and actions */ + { "[sp_default].exploding", "RocksSP.pcx" }, + { "[sp_default].exploding.xpos", "8" }, + { "[sp_default].exploding.ypos", "3" }, + { "[sp_default].exploding.frames", "8" }, + { "[sp_default].exploding.delay", "3" }, + { "[sp_default].exploding.anim_mode", "linear" }, + { "sp_empty_space", "RocksSP.pcx" }, { "sp_empty_space.xpos", "0" }, { "sp_empty_space.ypos", "0" }, @@ -485,6 +492,12 @@ struct ConfigInfo image_config[] = { "sp_electron.EDITOR", "RocksSP.pcx" }, { "sp_electron.EDITOR.xpos", "10" }, { "sp_electron.EDITOR.ypos", "11" }, + { "sp_electron.exploding", "RocksSP.pcx" }, + { "sp_electron.exploding.xpos", "8" }, + { "sp_electron.exploding.ypos", "4" }, + { "sp_electron.exploding.frames", "8" }, + { "sp_electron.exploding.delay", "3" }, + { "sp_electron.exploding.anim_mode", "linear" }, { "sp_terminal", "RocksSP.pcx" }, { "sp_terminal.xpos", "0" }, @@ -542,19 +555,6 @@ struct ConfigInfo image_config[] = { "sp_hardware_base_6.ypos", "4" }, { "sp_hardware_base_6.frames", "1" }, - { "sp_explosion", "RocksSP.pcx" }, - { "sp_explosion.xpos", "8" }, - { "sp_explosion.ypos", "3" }, - { "sp_explosion.frames", "8" }, - { "sp_explosion.delay", "3" }, - { "sp_explosion.anim_mode", "linear" }, - { "sp_explosion_infotron", "RocksSP.pcx" }, - { "sp_explosion_infotron.xpos", "8" }, - { "sp_explosion_infotron.ypos", "4" }, - { "sp_explosion_infotron.frames", "8" }, - { "sp_explosion.delay", "3" }, - { "sp_explosion.anim_mode", "linear" }, - /* images for Sokoban style elements and actions */ { "sokoban_object", "RocksElements.pcx" }, @@ -771,55 +771,97 @@ struct ConfigInfo image_config[] = { "wall_diamond.ypos", "8" }, { "wall_diamond.frames", "1" }, + { "bug", "RocksElements.pcx" }, + { "bug.xpos", "8" }, + { "bug.ypos", "4" }, + { "bug.frames", "4" }, + { "bug.delay", "8" }, { "bug.right", "RocksElements.pcx" }, { "bug.right.xpos", "8" }, { "bug.right.ypos", "4" }, - { "bug.right.frames", "2" }, - { "bug.right.delay", "4" }, - { "bug.right.offset", "128" }, + { "bug.right.frames", "1" }, { "bug.up", "RocksElements.pcx" }, { "bug.up.xpos", "9" }, { "bug.up.ypos", "4" }, - { "bug.up.frames", "2" }, - { "bug.up.delay", "4" }, - { "bug.up.offset", "128" }, + { "bug.up.frames", "1" }, { "bug.left", "RocksElements.pcx" }, { "bug.left.xpos", "10" }, { "bug.left.ypos", "4" }, - { "bug.left.frames", "2" }, - { "bug.left.delay", "4" }, - { "bug.left.offset", "128" }, + { "bug.left.frames", "1" }, { "bug.down", "RocksElements.pcx" }, { "bug.down.xpos", "11" }, { "bug.down.ypos", "4" }, - { "bug.down.frames", "2" }, - { "bug.down.delay", "4" }, - { "bug.down.offset", "128" }, - + { "bug.down.frames", "1" }, + { "bug.moving.right", "RocksElements.pcx" }, + { "bug.moving.right.xpos", "8" }, + { "bug.moving.right.ypos", "4" }, + { "bug.moving.right.frames", "2" }, + { "bug.moving.right.delay", "4" }, + { "bug.moving.right.offset", "128" }, + { "bug.moving.up", "RocksElements.pcx" }, + { "bug.moving.up.xpos", "9" }, + { "bug.moving.up.ypos", "4" }, + { "bug.moving.up.frames", "2" }, + { "bug.moving.up.delay", "4" }, + { "bug.moving.up.offset", "128" }, + { "bug.moving.left", "RocksElements.pcx" }, + { "bug.moving.left.xpos", "10" }, + { "bug.moving.left.ypos", "4" }, + { "bug.moving.left.frames", "2" }, + { "bug.moving.left.delay", "4" }, + { "bug.moving.left.offset", "128" }, + { "bug.moving.down", "RocksElements.pcx" }, + { "bug.moving.down.xpos", "11" }, + { "bug.moving.down.ypos", "4" }, + { "bug.moving.down.frames", "2" }, + { "bug.moving.down.delay", "4" }, + { "bug.moving.down.offset", "128" }, + + { "spaceship", "RocksElements.pcx" }, + { "spaceship.xpos", "8" }, + { "spaceship.ypos", "3" }, + { "spaceship.frames", "4" }, + { "spaceship.delay", "8" }, { "spaceship.right", "RocksElements.pcx" }, { "spaceship.right.xpos", "8" }, { "spaceship.right.ypos", "3" }, - { "spaceship.right.frames", "2" }, - { "spaceship.right.delay", "4" }, - { "spaceship.right.offset", "128" }, + { "spaceship.right.frames", "1" }, { "spaceship.up", "RocksElements.pcx" }, { "spaceship.up.xpos", "9" }, { "spaceship.up.ypos", "3" }, - { "spaceship.up.frames", "2" }, - { "spaceship.up.delay", "4" }, - { "spaceship.up.offset", "128" }, + { "spaceship.up.frames", "1" }, { "spaceship.left", "RocksElements.pcx" }, { "spaceship.left.xpos", "10" }, { "spaceship.left.ypos", "3" }, - { "spaceship.left.frames", "2" }, - { "spaceship.left.delay", "4" }, - { "spaceship.left.offset", "128" }, + { "spaceship.left.frames", "1" }, { "spaceship.down", "RocksElements.pcx" }, { "spaceship.down.xpos", "11" }, { "spaceship.down.ypos", "3" }, - { "spaceship.down.frames", "2" }, - { "spaceship.down.delay", "4" }, - { "spaceship.down.offset", "128" }, + { "spaceship.down.frames", "1" }, + { "spaceship.moving.right", "RocksElements.pcx" }, + { "spaceship.moving.right.xpos", "8" }, + { "spaceship.moving.right.ypos", "3" }, + { "spaceship.moving.right.frames", "2" }, + { "spaceship.moving.right.delay", "4" }, + { "spaceship.moving.right.offset", "128" }, + { "spaceship.moving.up", "RocksElements.pcx" }, + { "spaceship.moving.up.xpos", "9" }, + { "spaceship.moving.up.ypos", "3" }, + { "spaceship.moving.up.frames", "2" }, + { "spaceship.moving.up.delay", "4" }, + { "spaceship.moving.up.offset", "128" }, + { "spaceship.moving.left", "RocksElements.pcx" }, + { "spaceship.moving.left.xpos", "10" }, + { "spaceship.moving.left.ypos", "3" }, + { "spaceship.moving.left.frames", "2" }, + { "spaceship.moving.left.delay", "4" }, + { "spaceship.moving.left.offset", "128" }, + { "spaceship.moving.down", "RocksElements.pcx" }, + { "spaceship.moving.down.xpos", "11" }, + { "spaceship.moving.down.ypos", "3" }, + { "spaceship.moving.down.frames", "2" }, + { "spaceship.moving.down.delay", "4" }, + { "spaceship.moving.down.offset", "128" }, { "yamyam", "RocksElements.pcx" }, { "yamyam.xpos", "0" }, @@ -933,6 +975,7 @@ struct ConfigInfo image_config[] = { "acid.ypos", "7" }, { "acid.frames", "4" }, { "acid.delay", "10" }, + { "acid.global_sync", "true" }, { "acid_splash_left", "RocksHeroes.pcx" }, { "acid_splash_left.xpos", "8" }, @@ -1680,34 +1723,55 @@ struct ConfigInfo image_config[] = { "biomaze.ypos", "1" }, { "biomaze.frames", "1" }, + { "pacman", "RocksElements.pcx" }, + { "pacman.xpos", "8" }, + { "pacman.ypos", "5" }, + { "pacman.frames", "4" }, + { "pacman.delay", "8" }, { "pacman.right", "RocksElements.pcx" }, { "pacman.right.xpos", "8" }, { "pacman.right.ypos", "5" }, - { "pacman.right.frames", "2" }, - { "pacman.right.anim_mode", "reverse" }, - { "pacman.right.delay", "4" }, - { "pacman.right.offset", "128" }, + { "pacman.right.frames", "1" }, { "pacman.up", "RocksElements.pcx" }, { "pacman.up.xpos", "9" }, { "pacman.up.ypos", "5" }, - { "pacman.up.frames", "2" }, - { "pacman.up.anim_mode", "reverse" }, - { "pacman.up.delay", "4" }, - { "pacman.up.offset", "128" }, + { "pacman.up.frames", "1" }, { "pacman.left", "RocksElements.pcx" }, { "pacman.left.xpos", "10" }, { "pacman.left.ypos", "5" }, - { "pacman.left.frames", "2" }, - { "pacman.left.anim_mode", "reverse" }, - { "pacman.left.delay", "4" }, - { "pacman.left.offset", "128" }, + { "pacman.left.frames", "1" }, { "pacman.down", "RocksElements.pcx" }, { "pacman.down.xpos", "11" }, { "pacman.down.ypos", "5" }, - { "pacman.down.frames", "2" }, - { "pacman.down.anim_mode", "reverse" }, - { "pacman.down.delay", "4" }, - { "pacman.down.offset", "128" }, + { "pacman.down.frames", "1" }, + { "pacman.moving.right", "RocksElements.pcx" }, + { "pacman.moving.right.xpos", "8" }, + { "pacman.moving.right.ypos", "5" }, + { "pacman.moving.right.frames", "2" }, + { "pacman.moving.right.anim_mode", "reverse" }, + { "pacman.moving.right.delay", "4" }, + { "pacman.moving.right.offset", "128" }, + { "pacman.moving.up", "RocksElements.pcx" }, + { "pacman.moving.up.xpos", "9" }, + { "pacman.moving.up.ypos", "5" }, + { "pacman.moving.up.frames", "2" }, + { "pacman.moving.up.anim_mode", "reverse" }, + { "pacman.moving.up.delay", "4" }, + { "pacman.moving.up.offset", "128" }, + { "pacman.moving.left", "RocksElements.pcx" }, + { "pacman.moving.left.xpos", "10" }, + { "pacman.moving.left.ypos", "5" }, + { "pacman.moving.left.frames", "2" }, + { "pacman.moving.left.anim_mode", "reverse" }, + { "pacman.moving.left.delay", "4" }, + { "pacman.moving.left.offset", "128" }, + { "pacman.moving.down", "RocksElements.pcx" }, + { "pacman.moving.down.xpos", "11" }, + { "pacman.moving.down.ypos", "5" }, + { "pacman.moving.down.frames", "2" }, + { "pacman.moving.down.anim_mode", "reverse" }, + { "pacman.moving.down.delay", "4" }, + { "pacman.moving.down.offset", "128" }, { "lamp", "RocksElements.pcx" }, { "lamp.xpos", "0" }, @@ -2734,12 +2798,12 @@ struct ConfigInfo image_config[] = { "player_4.snapping.right.ypos", "10" }, { "player_4.snapping.right.frames", "1" }, - { "explosion", "RocksElements.pcx" }, - { "explosion.xpos", "0" }, - { "explosion.ypos", "4" }, - { "explosion.frames", "8" }, - { "explosion.delay", "2" }, - { "explosion.anim_mode", "linear" }, + { "[default].exploding", "RocksElements.pcx" }, + { "[default].exploding.xpos", "0" }, + { "[default].exploding.ypos", "4" }, + { "[default].exploding.frames", "8" }, + { "[default].exploding.delay", "2" }, + { "[default].exploding.anim_mode", "linear" }, { "twinkle_blue", "RocksHeroes.pcx" }, { "twinkle_blue.xpos", "9" }, @@ -3381,6 +3445,8 @@ struct ConfigInfo image_config[] = { "menu.draw_xoffset.SETUP", "0" }, { "menu.draw_yoffset.SETUP", "0" }, + { "menu.list_size", "-1" }, + { "door.step_offset", "2" }, { "door.step_delay", "10" },