X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=1bca3da12807cd569b8432c09aa40f928b9ce795;hb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;hp=ad61d7852f11d388ed4530722728fada73b9c282;hpb=47572a41886623747cb380fc127a814d00028c6f;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index ad61d785..1bca3da1 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -21,35 +21,39 @@ struct ConfigInfo image_config_suffix[] = { - { ".x", ARG_UNDEFINED, TYPE_INTEGER }, - { ".y", ARG_UNDEFINED, TYPE_INTEGER }, - { ".xpos", ARG_UNDEFINED, TYPE_INTEGER }, - { ".ypos", ARG_UNDEFINED, TYPE_INTEGER }, - { ".width", ARG_UNDEFINED, TYPE_INTEGER }, - { ".height", ARG_UNDEFINED, TYPE_INTEGER }, - { ".offset", ARG_UNDEFINED, TYPE_INTEGER }, - { ".vertical", "false", TYPE_BOOLEAN }, - { ".xoffset", ARG_UNDEFINED, TYPE_INTEGER }, - { ".yoffset", ARG_UNDEFINED, TYPE_INTEGER }, - { ".frames", ARG_UNDEFINED, TYPE_INTEGER }, - { ".frames_per_line", ARG_UNDEFINED, TYPE_INTEGER }, - { ".start_frame", ARG_UNDEFINED, TYPE_INTEGER }, - { ".delay", "1", TYPE_INTEGER }, - { ".anim_mode", ARG_UNDEFINED, TYPE_STRING }, - { ".global_sync", "false", TYPE_BOOLEAN }, - { ".crumbled_like", ARG_UNDEFINED, TYPE_TOKEN }, - { ".diggable_like", ARG_UNDEFINED, TYPE_TOKEN }, - { ".border_size", ARG_UNDEFINED, TYPE_INTEGER }, - { ".step_offset", "4", TYPE_INTEGER }, - { ".step_delay", "1", TYPE_INTEGER }, - { ".direction", ARG_UNDEFINED, TYPE_STRING }, - { ".position", ARG_UNDEFINED, TYPE_STRING }, - { ".draw_xoffset", "0", TYPE_INTEGER }, - { ".draw_yoffset", "0", TYPE_INTEGER }, - { ".draw_masked", "false", TYPE_BOOLEAN }, - { ".name", ARG_UNDEFINED, TYPE_STRING }, - - { NULL, NULL, 0 } + { ".x", ARG_UNDEFINED, TYPE_INTEGER }, + { ".y", ARG_UNDEFINED, TYPE_INTEGER }, + { ".xpos", ARG_UNDEFINED, TYPE_INTEGER }, + { ".ypos", ARG_UNDEFINED, TYPE_INTEGER }, + { ".width", ARG_UNDEFINED, TYPE_INTEGER }, + { ".height", ARG_UNDEFINED, TYPE_INTEGER }, + { ".offset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".vertical", "false", TYPE_BOOLEAN }, + { ".xoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".yoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".frames", ARG_UNDEFINED, TYPE_INTEGER }, + { ".frames_per_line", ARG_UNDEFINED, TYPE_INTEGER }, + { ".start_frame", ARG_UNDEFINED, TYPE_INTEGER }, + { ".delay", "1", TYPE_INTEGER }, + { ".anim_mode", ARG_UNDEFINED, TYPE_STRING }, + { ".global_sync", "false", TYPE_BOOLEAN }, + { ".crumbled_like", ARG_UNDEFINED, TYPE_TOKEN }, + { ".diggable_like", ARG_UNDEFINED, TYPE_TOKEN }, + { ".border_size", ARG_UNDEFINED, TYPE_INTEGER }, + { ".step_offset", "4", TYPE_INTEGER }, + { ".step_delay", "1", TYPE_INTEGER }, + { ".direction", ARG_UNDEFINED, TYPE_STRING }, + { ".position", ARG_UNDEFINED, TYPE_STRING }, + { ".draw_xoffset", "0", TYPE_INTEGER }, + { ".draw_yoffset", "0", TYPE_INTEGER }, + { ".draw_masked", "false", TYPE_BOOLEAN }, + { ".anim_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, + { ".anim_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, + { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, + { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, + { ".name", ARG_UNDEFINED, TYPE_STRING }, + + { NULL, NULL, 0 } }; struct ConfigInfo image_config[] = @@ -166,46 +170,19 @@ struct ConfigInfo image_config[] = { "bd_butterfly.frames", "2" }, { "bd_butterfly.anim_mode", "pingpong" }, { "bd_butterfly.delay", "4" }, - { "bd_butterfly.right", "RocksElements.pcx" }, - { "bd_butterfly.right.xpos", "4" }, - { "bd_butterfly.right.ypos", "12" }, - { "bd_butterfly.right.frames", "2" }, - { "bd_butterfly.right.anim_mode", "pingpong" }, - { "bd_butterfly.right.delay", "4" }, + { "bd_butterfly.global_sync", "true" }, { "bd_butterfly.right.EDITOR", "RocksElements.pcx" }, { "bd_butterfly.right.EDITOR.xpos", "8" }, { "bd_butterfly.right.EDITOR.ypos", "12" }, - { "bd_butterfly.right.EDITOR.frames", "1" }, - { "bd_butterfly.up", "RocksElements.pcx" }, - { "bd_butterfly.up.xpos", "4" }, - { "bd_butterfly.up.ypos", "12" }, - { "bd_butterfly.up.frames", "2" }, - { "bd_butterfly.up.anim_mode", "pingpong" }, - { "bd_butterfly.up.delay", "4" }, { "bd_butterfly.up.EDITOR", "RocksElements.pcx" }, { "bd_butterfly.up.EDITOR.xpos", "9" }, { "bd_butterfly.up.EDITOR.ypos", "12" }, - { "bd_butterfly.up.EDITOR.frames", "1" }, - { "bd_butterfly.left", "RocksElements.pcx" }, - { "bd_butterfly.left.xpos", "4" }, - { "bd_butterfly.left.ypos", "12" }, - { "bd_butterfly.left.frames", "2" }, - { "bd_butterfly.left.anim_mode", "pingpong" }, - { "bd_butterfly.left.delay", "4" }, { "bd_butterfly.left.EDITOR", "RocksElements.pcx" }, { "bd_butterfly.left.EDITOR.xpos", "10" }, { "bd_butterfly.left.EDITOR.ypos", "12" }, - { "bd_butterfly.left.EDITOR.frames", "1" }, - { "bd_butterfly.down", "RocksElements.pcx" }, - { "bd_butterfly.down.xpos", "4" }, - { "bd_butterfly.down.ypos", "12" }, - { "bd_butterfly.down.frames", "2" }, - { "bd_butterfly.down.anim_mode", "pingpong" }, - { "bd_butterfly.down.delay", "4" }, { "bd_butterfly.down.EDITOR", "RocksElements.pcx" }, { "bd_butterfly.down.EDITOR.xpos", "11" }, { "bd_butterfly.down.EDITOR.ypos", "12" }, - { "bd_butterfly.down.EDITOR.frames", "1" }, { "bd_firefly", "RocksElements.pcx" }, { "bd_firefly.xpos", "6" }, @@ -213,46 +190,19 @@ struct ConfigInfo image_config[] = { "bd_firefly.frames", "2" }, { "bd_firefly.anim_mode", "pingpong" }, { "bd_firefly.delay", "4" }, - { "bd_firefly.right", "RocksElements.pcx" }, - { "bd_firefly.right.xpos", "6" }, - { "bd_firefly.right.ypos", "12" }, - { "bd_firefly.right.frames", "2" }, - { "bd_firefly.right.anim_mode", "pingpong" }, - { "bd_firefly.right.delay", "4" }, + { "bd_firefly.global_sync", "true" }, { "bd_firefly.right.EDITOR", "RocksElements.pcx" }, { "bd_firefly.right.EDITOR.xpos", "12" }, { "bd_firefly.right.EDITOR.ypos", "12" }, - { "bd_firefly.right.EDITOR.frames", "1" }, - { "bd_firefly.up", "RocksElements.pcx" }, - { "bd_firefly.up.xpos", "6" }, - { "bd_firefly.up.ypos", "12" }, - { "bd_firefly.up.frames", "2" }, - { "bd_firefly.up.anim_mode", "pingpong" }, - { "bd_firefly.up.delay", "4" }, { "bd_firefly.up.EDITOR", "RocksElements.pcx" }, { "bd_firefly.up.EDITOR.xpos", "13" }, { "bd_firefly.up.EDITOR.ypos", "12" }, - { "bd_firefly.up.EDITOR.frames", "1" }, - { "bd_firefly.left", "RocksElements.pcx" }, - { "bd_firefly.left.xpos", "6" }, - { "bd_firefly.left.ypos", "12" }, - { "bd_firefly.left.frames", "2" }, - { "bd_firefly.left.anim_mode", "pingpong" }, - { "bd_firefly.left.delay", "4" }, { "bd_firefly.left.EDITOR", "RocksElements.pcx" }, { "bd_firefly.left.EDITOR.xpos", "14" }, { "bd_firefly.left.EDITOR.ypos", "12" }, - { "bd_firefly.left.EDITOR.frames", "1" }, - { "bd_firefly.down", "RocksElements.pcx" }, - { "bd_firefly.down.xpos", "6" }, - { "bd_firefly.down.ypos", "12" }, - { "bd_firefly.down.frames", "2" }, - { "bd_firefly.down.anim_mode", "pingpong" }, - { "bd_firefly.down.delay", "4" }, { "bd_firefly.down.EDITOR", "RocksElements.pcx" }, { "bd_firefly.down.EDITOR.xpos", "15" }, { "bd_firefly.down.EDITOR.ypos", "12" }, - { "bd_firefly.down.EDITOR.frames", "1" }, /* images for Supaplex style elements and actions */ @@ -526,22 +476,62 @@ struct ConfigInfo image_config[] = { "sp_sniksnak.down.ypos", "9" }, { "sp_sniksnak.down.frames", "4" }, { "sp_sniksnak.down.anim_mode", "pingpong2" }, - { "sp_sniksnak.waiting.left", "RocksSP.pcx" }, - { "sp_sniksnak.waiting.left.xpos", "12" }, - { "sp_sniksnak.waiting.left.ypos", "6" }, - { "sp_sniksnak.waiting.left.frames", "1" }, - { "sp_sniksnak.waiting.right", "RocksSP.pcx" }, - { "sp_sniksnak.waiting.right.xpos", "14" }, - { "sp_sniksnak.waiting.right.ypos", "6" }, - { "sp_sniksnak.waiting.right.frames", "1" }, - { "sp_sniksnak.waiting.up", "RocksSP.pcx" }, - { "sp_sniksnak.waiting.up.xpos", "15" }, - { "sp_sniksnak.waiting.up.ypos", "6" }, - { "sp_sniksnak.waiting.up.frames", "1" }, - { "sp_sniksnak.waiting.down", "RocksSP.pcx" }, - { "sp_sniksnak.waiting.down.xpos", "13" }, - { "sp_sniksnak.waiting.down.ypos", "6" }, - { "sp_sniksnak.waiting.down.frames", "1" }, + { "sp_sniksnak.turning_from_left.up", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_left.up.xpos", "12" }, + { "sp_sniksnak.turning_from_left.up.ypos", "6" }, + { "sp_sniksnak.turning_from_left.up.frames", "2" }, + { "sp_sniksnak.turning_from_left.up.delay", "4" }, + { "sp_sniksnak.turning_from_left.up.offset", "1408" }, + { "sp_sniksnak.turning_from_left.up.anim_mode","linear" }, + { "sp_sniksnak.turning_from_left.down", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_left.down.xpos", "13" }, + { "sp_sniksnak.turning_from_left.down.ypos", "6" }, + { "sp_sniksnak.turning_from_left.down.frames","2" }, + { "sp_sniksnak.turning_from_left.down.delay", "4" }, + { "sp_sniksnak.turning_from_left.down.offset","1504" }, + { "sp_sniksnak.turning_from_left.down.anim_mode","linear" }, + { "sp_sniksnak.turning_from_right.up", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_right.up.xpos", "15" }, + { "sp_sniksnak.turning_from_right.up.ypos", "6" }, + { "sp_sniksnak.turning_from_right.up.frames", "2" }, + { "sp_sniksnak.turning_from_right.up.delay", "4" }, + { "sp_sniksnak.turning_from_right.up.offset", "1312" }, + { "sp_sniksnak.turning_from_right.up.anim_mode","linear" }, + { "sp_sniksnak.turning_from_right.down", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_right.down.xpos", "14" }, + { "sp_sniksnak.turning_from_right.down.ypos", "6" }, + { "sp_sniksnak.turning_from_right.down.frames","2" }, + { "sp_sniksnak.turning_from_right.down.delay","4" }, + { "sp_sniksnak.turning_from_right.down.offset","1472" }, + { "sp_sniksnak.turning_from_right.down.anim_mode","linear" }, + { "sp_sniksnak.turning_from_up.left", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_up.left.xpos", "12" }, + { "sp_sniksnak.turning_from_up.left.ypos", "6" }, + { "sp_sniksnak.turning_from_up.left.frames", "2" }, + { "sp_sniksnak.turning_from_up.left.delay", "4" }, + { "sp_sniksnak.turning_from_up.left.offset", "896" }, + { "sp_sniksnak.turning_from_up.left.anim_mode","linear" }, + { "sp_sniksnak.turning_from_up.right", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_up.right.xpos", "15" }, + { "sp_sniksnak.turning_from_up.right.ypos", "6" }, + { "sp_sniksnak.turning_from_up.right.frames", "2" }, + { "sp_sniksnak.turning_from_up.right.delay", "4" }, + { "sp_sniksnak.turning_from_up.right.offset", "928" }, + { "sp_sniksnak.turning_from_up.right.anim_mode","linear" }, + { "sp_sniksnak.turning_from_down.left", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_down.left.xpos", "13" }, + { "sp_sniksnak.turning_from_down.left.ypos", "6" }, + { "sp_sniksnak.turning_from_down.left.frames","2" }, + { "sp_sniksnak.turning_from_down.left.delay", "4" }, + { "sp_sniksnak.turning_from_down.left.offset","864" }, + { "sp_sniksnak.turning_from_down.left.anim_mode","linear" }, + { "sp_sniksnak.turning_from_down.right", "RocksSP.pcx" }, + { "sp_sniksnak.turning_from_down.right.xpos", "14" }, + { "sp_sniksnak.turning_from_down.right.ypos", "6" }, + { "sp_sniksnak.turning_from_down.right.frames","2" }, + { "sp_sniksnak.turning_from_down.right.delay","4" }, + { "sp_sniksnak.turning_from_down.right.offset","960" }, + { "sp_sniksnak.turning_from_down.right.anim_mode","linear" }, { "sp_electron", "RocksSP.pcx" }, { "sp_electron.xpos", "8" }, @@ -872,6 +862,54 @@ struct ConfigInfo image_config[] = { "bug.moving.down.frames", "2" }, { "bug.moving.down.delay", "4" }, { "bug.moving.down.offset", "128" }, + { "bug.turning_from_right.up", "RocksMore.pcx" }, + { "bug.turning_from_right.up.xpos", "0" }, + { "bug.turning_from_right.up.ypos", "6" }, + { "bug.turning_from_right.up.frames", "4" }, + { "bug.turning_from_right.up.delay", "2" }, + { "bug.turning_from_right.up.anim_mode", "linear,reverse" }, + { "bug.turning_from_up.left", "RocksMore.pcx" }, + { "bug.turning_from_up.left.xpos", "12" }, + { "bug.turning_from_up.left.ypos", "6" }, + { "bug.turning_from_up.left.frames", "4" }, + { "bug.turning_from_up.left.delay", "2" }, + { "bug.turning_from_up.left.anim_mode", "linear,reverse" }, + { "bug.turning_from_left.down", "RocksMore.pcx" }, + { "bug.turning_from_left.down.xpos", "8" }, + { "bug.turning_from_left.down.ypos", "6" }, + { "bug.turning_from_left.down.frames", "4" }, + { "bug.turning_from_left.down.delay", "2" }, + { "bug.turning_from_left.down.anim_mode", "linear,reverse" }, + { "bug.turning_from_down.right", "RocksMore.pcx" }, + { "bug.turning_from_down.right.xpos", "4" }, + { "bug.turning_from_down.right.ypos", "6" }, + { "bug.turning_from_down.right.frames", "4" }, + { "bug.turning_from_down.right.delay", "2" }, + { "bug.turning_from_down.right.anim_mode", "linear,reverse" }, + { "bug.turning_from_right.down", "RocksMore.pcx" }, + { "bug.turning_from_right.down.xpos", "5" }, + { "bug.turning_from_right.down.ypos", "6" }, + { "bug.turning_from_right.down.frames", "4" }, + { "bug.turning_from_right.down.delay", "2" }, + { "bug.turning_from_right.down.anim_mode", "linear" }, + { "bug.turning_from_up.right", "RocksMore.pcx" }, + { "bug.turning_from_up.right.xpos", "1" }, + { "bug.turning_from_up.right.ypos", "6" }, + { "bug.turning_from_up.right.frames", "4" }, + { "bug.turning_from_up.right.delay", "2" }, + { "bug.turning_from_up.right.anim_mode", "linear" }, + { "bug.turning_from_left.up", "RocksMore.pcx" }, + { "bug.turning_from_left.up.xpos", "13" }, + { "bug.turning_from_left.up.ypos", "6" }, + { "bug.turning_from_left.up.frames", "4" }, + { "bug.turning_from_left.up.delay", "2" }, + { "bug.turning_from_left.up.anim_mode", "linear" }, + { "bug.turning_from_down.left", "RocksMore.pcx" }, + { "bug.turning_from_down.left.xpos", "9" }, + { "bug.turning_from_down.left.ypos", "6" }, + { "bug.turning_from_down.left.frames", "4" }, + { "bug.turning_from_down.left.delay", "2" }, + { "bug.turning_from_down.left.anim_mode", "linear" }, { "spaceship", "RocksElements.pcx" }, { "spaceship.xpos", "8" }, @@ -918,80 +956,54 @@ struct ConfigInfo image_config[] = { "spaceship.moving.down.frames", "2" }, { "spaceship.moving.down.delay", "4" }, { "spaceship.moving.down.offset", "128" }, - { "spaceship.waiting.right", "RocksMore.pcx" }, - { "spaceship.waiting.right.xpos", "5" }, - { "spaceship.waiting.right.ypos", "5" }, - { "spaceship.waiting.right.frames", "4" }, - { "spaceship.waiting.right.delay", "2" }, - { "spaceship.waiting.right.anim_mode", "linear" }, - { "spaceship.waiting.up", "RocksMore.pcx" }, - { "spaceship.waiting.up.xpos", "1" }, - { "spaceship.waiting.up.ypos", "5" }, - { "spaceship.waiting.up.frames", "4" }, - { "spaceship.waiting.up.delay", "2" }, - { "spaceship.waiting.up.anim_mode", "linear" }, - { "spaceship.waiting.left", "RocksMore.pcx" }, - { "spaceship.waiting.left.xpos", "5" }, - { "spaceship.waiting.left.ypos", "6" }, - { "spaceship.waiting.left.frames", "4" }, - { "spaceship.waiting.left.delay", "2" }, - { "spaceship.waiting.left.anim_mode", "linear" }, - { "spaceship.waiting.down", "RocksMore.pcx" }, - { "spaceship.waiting.down.xpos", "1" }, - { "spaceship.waiting.down.ypos", "6" }, - { "spaceship.waiting.down.frames", "4" }, - { "spaceship.waiting.down.delay", "2" }, - { "spaceship.waiting.down.anim_mode", "linear" }, - - { "spaceship.xxx_right.up", "RocksMore.pcx" }, - { "spaceship.xxx_right.up.xpos", "1" }, - { "spaceship.xxx_right.up.ypos", "5" }, - { "spaceship.xxx_right.up.frames", "4" }, - { "spaceship.xxx_right.up.delay", "2" }, - { "spaceship.xxx_right.up.anim_mode", "linear,reverse" }, - { "spaceship.xxx_up.left", "RocksMore.pcx" }, - { "spaceship.xxx_up.left.xpos", "5" }, - { "spaceship.xxx_up.left.ypos", "6" }, - { "spaceship.xxx_up.left.frames", "4" }, - { "spaceship.xxx_up.left.delay", "2" }, - { "spaceship.xxx_up.left.anim_mode", "linear,reverse" }, - { "spaceship.xxx_left.down", "RocksMore.pcx" }, - { "spaceship.xxx_left.down.xpos", "1" }, - { "spaceship.xxx_left.down.ypos", "6" }, - { "spaceship.xxx_left.down.frames", "4" }, - { "spaceship.xxx_left.down.delay", "2" }, - { "spaceship.xxx_left.down.anim_mode", "linear,reverse" }, - { "spaceship.xxx_down.right", "RocksMore.pcx" }, - { "spaceship.xxx_down.right.xpos", "5" }, - { "spaceship.xxx_down.right.ypos", "5" }, - { "spaceship.xxx_down.right.frames", "4" }, - { "spaceship.xxx_down.right.delay", "2" }, - { "spaceship.xxx_down.right.anim_mode", "linear,reverse" }, - - { "spaceship.xxx_right.down", "RocksMore.pcx" }, - { "spaceship.xxx_right.down.xpos", "5" }, - { "spaceship.xxx_right.down.ypos", "5" }, - { "spaceship.xxx_right.down.frames", "4" }, - { "spaceship.xxx_right.down.delay", "2" }, - { "spaceship.xxx_right.down.anim_mode", "linear" }, - { "spaceship.xxx_up.right", "RocksMore.pcx" }, - { "spaceship.xxx_up.right.xpos", "1" }, - { "spaceship.xxx_up.right.ypos", "5" }, - { "spaceship.xxx_up.right.frames", "4" }, - { "spaceship.xxx_up.right.delay", "2" }, - { "spaceship.xxx_up.right.anim_mode", "linear" }, - { "spaceship.xxx_left.up", "RocksMore.pcx" }, - { "spaceship.xxx_left.up.xpos", "5" }, - { "spaceship.xxx_left.up.ypos", "6" }, - { "spaceship.xxx_left.up.frames", "4" }, - { "spaceship.xxx_left.up.delay", "2" }, - { "spaceship.xxx_left.up.anim_mode", "linear" }, - { "spaceship.xxx_down.left", "RocksMore.pcx" }, - { "spaceship.xxx_down.left.xpos", "1" }, - { "spaceship.xxx_down.left.ypos", "6" }, - { "spaceship.xxx_down.left.frames", "4" }, - { "spaceship.xxx_down.left.delay", "2" }, - { "spaceship.xxx_down.left.anim_mode", "linear" }, + { "spaceship.turning_from_right.up", "RocksMore.pcx" }, + { "spaceship.turning_from_right.up.xpos", "0" }, + { "spaceship.turning_from_right.up.ypos", "5" }, + { "spaceship.turning_from_right.up.frames", "4" }, + { "spaceship.turning_from_right.up.delay", "2" }, + { "spaceship.turning_from_right.up.anim_mode","linear,reverse" }, + { "spaceship.turning_from_up.left", "RocksMore.pcx" }, + { "spaceship.turning_from_up.left.xpos", "12" }, + { "spaceship.turning_from_up.left.ypos", "5" }, + { "spaceship.turning_from_up.left.frames", "4" }, + { "spaceship.turning_from_up.left.delay", "2" }, + { "spaceship.turning_from_up.left.anim_mode", "linear,reverse" }, + { "spaceship.turning_from_left.down", "RocksMore.pcx" }, + { "spaceship.turning_from_left.down.xpos", "8" }, + { "spaceship.turning_from_left.down.ypos", "5" }, + { "spaceship.turning_from_left.down.frames", "4" }, + { "spaceship.turning_from_left.down.delay", "2" }, + { "spaceship.turning_from_left.down.anim_mode","linear,reverse" }, + { "spaceship.turning_from_down.right", "RocksMore.pcx" }, + { "spaceship.turning_from_down.right.xpos", "4" }, + { "spaceship.turning_from_down.right.ypos", "5" }, + { "spaceship.turning_from_down.right.frames", "4" }, + { "spaceship.turning_from_down.right.delay", "2" }, + { "spaceship.turning_from_down.right.anim_mode","linear,reverse" }, + { "spaceship.turning_from_right.down", "RocksMore.pcx" }, + { "spaceship.turning_from_right.down.xpos", "5" }, + { "spaceship.turning_from_right.down.ypos", "5" }, + { "spaceship.turning_from_right.down.frames", "4" }, + { "spaceship.turning_from_right.down.delay", "2" }, + { "spaceship.turning_from_right.down.anim_mode","linear" }, + { "spaceship.turning_from_up.right", "RocksMore.pcx" }, + { "spaceship.turning_from_up.right.xpos", "1" }, + { "spaceship.turning_from_up.right.ypos", "5" }, + { "spaceship.turning_from_up.right.frames", "4" }, + { "spaceship.turning_from_up.right.delay", "2" }, + { "spaceship.turning_from_up.right.anim_mode","linear" }, + { "spaceship.turning_from_left.up", "RocksMore.pcx" }, + { "spaceship.turning_from_left.up.xpos", "13" }, + { "spaceship.turning_from_left.up.ypos", "5" }, + { "spaceship.turning_from_left.up.frames", "4" }, + { "spaceship.turning_from_left.up.delay", "2" }, + { "spaceship.turning_from_left.up.anim_mode", "linear" }, + { "spaceship.turning_from_down.left", "RocksMore.pcx" }, + { "spaceship.turning_from_down.left.xpos", "9" }, + { "spaceship.turning_from_down.left.ypos", "5" }, + { "spaceship.turning_from_down.left.frames", "4" }, + { "spaceship.turning_from_down.left.delay", "2" }, + { "spaceship.turning_from_down.left.anim_mode","linear" }, { "yamyam", "RocksElements.pcx" }, { "yamyam.xpos", "0" }, @@ -1900,6 +1912,10 @@ struct ConfigInfo image_config[] = { "biomaze.ypos", "1" }, { "biomaze.frames", "1" }, + { "pacman", "RocksElements.pcx" }, + { "pacman.xpos", "8" }, + { "pacman.ypos", "5" }, + { "pacman.frames", "1" }, { "pacman.right", "RocksElements.pcx" }, { "pacman.right.xpos", "8" }, { "pacman.right.ypos", "5" }, @@ -1924,23 +1940,22 @@ struct ConfigInfo image_config[] = { "pacman.down.frames", "2" }, { "pacman.down.delay", "4" }, { "pacman.down.offset", "128" }, - - { "pacman.waiting.right", "RocksElements.pcx" }, - { "pacman.waiting.right.xpos", "12" }, - { "pacman.waiting.right.ypos", "5" }, - { "pacman.waiting.right.frames", "1" }, - { "pacman.waiting.up", "RocksElements.pcx" }, - { "pacman.waiting.up.xpos", "13" }, - { "pacman.waiting.up.ypos", "5" }, - { "pacman.waiting.up.frames", "1" }, - { "pacman.waiting.left", "RocksElements.pcx" }, - { "pacman.waiting.left.xpos", "14" }, - { "pacman.waiting.left.ypos", "5" }, - { "pacman.waiting.left.frames", "1" }, - { "pacman.waiting.down", "RocksElements.pcx" }, - { "pacman.waiting.down.xpos", "15" }, - { "pacman.waiting.down.ypos", "5" }, - { "pacman.waiting.down.frames", "1" }, + { "pacman.turning_from_right", "RocksElements.pcx" }, + { "pacman.turning_from_right.xpos", "12" }, + { "pacman.turning_from_right.ypos", "5" }, + { "pacman.turning_from_right.frames", "1" }, + { "pacman.turning_from_up", "RocksElements.pcx" }, + { "pacman.turning_from_up.xpos", "13" }, + { "pacman.turning_from_up.ypos", "5" }, + { "pacman.turning_from_up.frames", "1" }, + { "pacman.turning_from_left", "RocksElements.pcx" }, + { "pacman.turning_from_left.xpos", "14" }, + { "pacman.turning_from_left.ypos", "5" }, + { "pacman.turning_from_left.frames", "1" }, + { "pacman.turning_from_down", "RocksElements.pcx" }, + { "pacman.turning_from_down.xpos", "15" }, + { "pacman.turning_from_down.ypos", "5" }, + { "pacman.turning_from_down.frames", "1" }, { "lamp", "RocksElements.pcx" }, { "lamp.xpos", "0" }, @@ -3189,13 +3204,13 @@ struct ConfigInfo image_config[] = { "toon_6.direction", "left" }, { "toon_6.position", "upper" }, - { "toon_7", "RocksHeroes.pcx" }, + { "toon_7", "RocksMore.pcx" }, { "toon_7.xpos", "0" }, - { "toon_7.ypos", "1" }, - { "toon_7.frames", "4" }, - { "toon_7.delay", "4" }, - { "toon_7.direction", "left" }, - { "toon_7.position", "bottom" }, + { "toon_7.ypos", "6" }, + { "toon_7.frames", "16" }, + { "toon_7.delay", "2" }, + { "toon_7.direction", "down" }, + { "toon_7.position", "any" }, { "toon_8", "RocksHeroes.pcx" }, { "toon_8.xpos", "4" }, @@ -3693,5 +3708,10 @@ struct ConfigInfo image_config[] = { "door_2.step_delay", "10" }, { "door_2.anim_mode", "default" }, + { "[player].boring_delay_fixed", "0" }, + { "[player].boring_delay_random", "0" }, + { "[player].sleeping_delay_fixed", "0" }, + { "[player].sleeping_delay_random", "0" }, + { NULL, NULL } };