X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=f31a73f11a6a76a5b007ee3c7d204fd984f7fad9;hb=d8e3568accbc475855027f7199e55543dc4d1ddf;hp=a7bc64e4193df59e804ed4214bbf5e9c07ccde0b;hpb=7344cb1d0c4fb6c05604d93fc7e99bc678c1937e;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a7bc64e4..f31a73f1 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -19,7 +19,7 @@ reliable default values. If that value is GFX_ARG_UNDEFINED, it will be dynamically determined, using some of the other list values. */ -struct ConfigInfo image_config_suffix[] = +struct ConfigTypeInfo image_config_suffix[] = { { ".x", ARG_UNDEFINED, TYPE_INTEGER }, { ".y", ARG_UNDEFINED, TYPE_INTEGER }, @@ -27,10 +27,16 @@ struct ConfigInfo image_config_suffix[] = { ".ypos", ARG_UNDEFINED, TYPE_INTEGER }, { ".width", ARG_UNDEFINED, TYPE_INTEGER }, { ".height", ARG_UNDEFINED, TYPE_INTEGER }, - { ".offset", ARG_UNDEFINED, TYPE_INTEGER }, { ".vertical", "false", TYPE_BOOLEAN }, + { ".offset", ARG_UNDEFINED, TYPE_INTEGER }, { ".xoffset", ARG_UNDEFINED, TYPE_INTEGER }, { ".yoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".2nd_movement_tile", "false", TYPE_BOOLEAN }, + { ".2nd_vertical", ARG_UNDEFINED, TYPE_BOOLEAN }, + { ".2nd_offset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".2nd_xoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".2nd_yoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".2nd_swap_tiles", ARG_UNDEFINED, TYPE_BOOLEAN }, { ".frames", ARG_UNDEFINED, TYPE_INTEGER }, { ".frames_per_line", ARG_UNDEFINED, TYPE_INTEGER }, { ".start_frame", ARG_UNDEFINED, TYPE_INTEGER }, @@ -52,6 +58,7 @@ struct ConfigInfo image_config_suffix[] = { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".name", ARG_UNDEFINED, TYPE_STRING }, + { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -463,6 +470,62 @@ struct ConfigInfo image_config[] = { "sp_gravity_port_up.EDITOR", "RocksSP.pcx" }, { "sp_gravity_port_up.EDITOR.xpos", "0" }, { "sp_gravity_port_up.EDITOR.ypos", "2" }, + { "sp_gravity_on_port_right", "RocksSP.pcx" }, + { "sp_gravity_on_port_right.xpos", "1" }, + { "sp_gravity_on_port_right.ypos", "1" }, + { "sp_gravity_on_port_right.frames", "1" }, + { "sp_gravity_on_port_right.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_on_port_right.EDITOR.xpos", "5" }, + { "sp_gravity_on_port_right.EDITOR.ypos", "1" }, + { "sp_gravity_on_port_down", "RocksSP.pcx" }, + { "sp_gravity_on_port_down.xpos", "2" }, + { "sp_gravity_on_port_down.ypos", "1" }, + { "sp_gravity_on_port_down.frames", "1" }, + { "sp_gravity_on_port_down.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_on_port_down.EDITOR.xpos", "6" }, + { "sp_gravity_on_port_down.EDITOR.ypos", "1" }, + { "sp_gravity_on_port_left", "RocksSP.pcx" }, + { "sp_gravity_on_port_left.xpos", "3" }, + { "sp_gravity_on_port_left.ypos", "1" }, + { "sp_gravity_on_port_left.frames", "1" }, + { "sp_gravity_on_port_left.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_on_port_left.EDITOR.xpos", "7" }, + { "sp_gravity_on_port_left.EDITOR.ypos", "1" }, + { "sp_gravity_on_port_up", "RocksSP.pcx" }, + { "sp_gravity_on_port_up.xpos", "4" }, + { "sp_gravity_on_port_up.ypos", "1" }, + { "sp_gravity_on_port_up.frames", "1" }, + { "sp_gravity_on_port_up.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_on_port_up.EDITOR.xpos", "0" }, + { "sp_gravity_on_port_up.EDITOR.ypos", "2" }, + { "sp_gravity_off_port_right", "RocksSP.pcx" }, + { "sp_gravity_off_port_right.xpos", "1" }, + { "sp_gravity_off_port_right.ypos", "1" }, + { "sp_gravity_off_port_right.frames", "1" }, + { "sp_gravity_off_port_right.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_off_port_right.EDITOR.xpos", "5" }, + { "sp_gravity_off_port_right.EDITOR.ypos", "1" }, + { "sp_gravity_off_port_down", "RocksSP.pcx" }, + { "sp_gravity_off_port_down.xpos", "2" }, + { "sp_gravity_off_port_down.ypos", "1" }, + { "sp_gravity_off_port_down.frames", "1" }, + { "sp_gravity_off_port_down.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_off_port_down.EDITOR.xpos", "6" }, + { "sp_gravity_off_port_down.EDITOR.ypos", "1" }, + { "sp_gravity_off_port_left", "RocksSP.pcx" }, + { "sp_gravity_off_port_left.xpos", "3" }, + { "sp_gravity_off_port_left.ypos", "1" }, + { "sp_gravity_off_port_left.frames", "1" }, + { "sp_gravity_off_port_left.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_off_port_left.EDITOR.xpos", "7" }, + { "sp_gravity_off_port_left.EDITOR.ypos", "1" }, + { "sp_gravity_off_port_up", "RocksSP.pcx" }, + { "sp_gravity_off_port_up.xpos", "4" }, + { "sp_gravity_off_port_up.ypos", "1" }, + { "sp_gravity_off_port_up.frames", "1" }, + { "sp_gravity_off_port_up.EDITOR", "RocksSP.pcx" }, + { "sp_gravity_off_port_up.EDITOR.xpos", "0" }, + { "sp_gravity_off_port_up.EDITOR.ypos", "2" }, { "sp_sniksnak", "RocksSP.pcx" }, { "sp_sniksnak.xpos", "1" }, @@ -1332,6 +1395,10 @@ struct ConfigInfo image_config[] = { "balloon_switch_any.xpos", "15" }, { "balloon_switch_any.ypos", "0" }, { "balloon_switch_any.frames", "1" }, + { "balloon_switch_none", "RocksDC.pcx" }, + { "balloon_switch_none.xpos", "13" }, + { "balloon_switch_none.ypos", "5" }, + { "balloon_switch_none.frames", "1" }, { "spring", "RocksDC.pcx" }, { "spring.xpos", "8" }, @@ -1342,18 +1409,21 @@ struct ConfigInfo image_config[] = { "emc_steelwall_1.xpos", "14" }, { "emc_steelwall_1.ypos", "0" }, { "emc_steelwall_1.frames", "1" }, - { "emc_steelwall_2", "RocksDC.pcx" }, - { "emc_steelwall_2.xpos", "14" }, - { "emc_steelwall_2.ypos", "0" }, + { "emc_steelwall_2", "emc_object.pcx" }, + { "emc_steelwall_2.xpos", "25" }, + { "emc_steelwall_2.ypos", "20" }, { "emc_steelwall_2.frames", "1" }, - { "emc_steelwall_3", "RocksDC.pcx" }, - { "emc_steelwall_3.xpos", "14" }, - { "emc_steelwall_3.ypos", "0" }, + { "emc_steelwall_2.scale_up_factor", "2" }, + { "emc_steelwall_3", "emc_object.pcx" }, + { "emc_steelwall_3.xpos", "25" }, + { "emc_steelwall_3.ypos", "21" }, { "emc_steelwall_3.frames", "1" }, - { "emc_steelwall_4", "RocksDC.pcx" }, - { "emc_steelwall_4.xpos", "14" }, - { "emc_steelwall_4.ypos", "0" }, + { "emc_steelwall_3.scale_up_factor", "2" }, + { "emc_steelwall_4", "emc_object.pcx" }, + { "emc_steelwall_4.xpos", "25" }, + { "emc_steelwall_4.ypos", "22" }, { "emc_steelwall_4.frames", "1" }, + { "emc_steelwall_4.scale_up_factor", "2" }, { "emc_wall_1", "RocksDC.pcx" }, { "emc_wall_1.xpos", "13" }, @@ -1383,10 +1453,11 @@ struct ConfigInfo image_config[] = { "emc_wall_7.xpos", "15" }, { "emc_wall_7.ypos", "2" }, { "emc_wall_7.frames", "1" }, - { "emc_wall_8", "RocksDC.pcx" }, - { "emc_wall_8.xpos", "14" }, - { "emc_wall_8.ypos", "1" }, + { "emc_wall_8", "emc_object.pcx" }, + { "emc_wall_8.xpos", "25" }, + { "emc_wall_8.ypos", "31" }, { "emc_wall_8.frames", "1" }, + { "emc_wall_8.scale_up_factor", "2" }, /* images for Diamond Caves style elements and actions */ @@ -1415,16 +1486,68 @@ struct ConfigInfo image_config[] = { "invisible_wall.active.frames", "1" }, { "invisible_sand", "RocksSP.pcx" }, - { "invisible_sand.xpos", "6" }, - { "invisible_sand.ypos", "5" }, + { "invisible_sand.xpos", "0" }, + { "invisible_sand.ypos", "0" }, { "invisible_sand.frames", "1" }, - { "invisible_sand.EDITOR", "RocksSP.pcx" }, + { "invisible_sand.EDITOR", "RocksEMC.pcx" }, { "invisible_sand.EDITOR.xpos", "2" }, - { "invisible_sand.EDITOR.ypos", "5" }, - { "invisible_sand.active", "RocksSP.pcx" }, + { "invisible_sand.EDITOR.ypos", "4" }, + { "invisible_sand.active", "RocksEMC.pcx" }, { "invisible_sand.active.xpos", "2" }, - { "invisible_sand.active.ypos", "5" }, + { "invisible_sand.active.ypos", "4" }, { "invisible_sand.active.frames", "1" }, + { "invisible_sand.active.CRUMBLED", "RocksEMC.pcx" }, + { "invisible_sand.active.CRUMBLED.xpos", "3" }, + { "invisible_sand.active.CRUMBLED.ypos", "4" }, + { "invisible_sand.active.CRUMBLED.frames", "1" }, + { "invisible_sand.active.digging.left", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.left.xpos", "6" }, + { "invisible_sand.active.digging.left.ypos", "2" }, + { "invisible_sand.active.digging.left.frames","3" }, + { "invisible_sand.active.digging.left.delay", "2" }, + { "invisible_sand.active.digging.left.anim_mode","linear" }, + { "invisible_sand.active.digging.right", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.right.xpos", "9" }, + { "invisible_sand.active.digging.right.ypos", "2" }, + { "invisible_sand.active.digging.right.frames","3" }, + { "invisible_sand.active.digging.right.delay","2" }, + { "invisible_sand.active.digging.right.anim_mode","linear" }, + { "invisible_sand.active.digging.up", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.up.xpos", "0" }, + { "invisible_sand.active.digging.up.ypos", "2" }, + { "invisible_sand.active.digging.up.frames", "3" }, + { "invisible_sand.active.digging.up.delay", "2" }, + { "invisible_sand.active.digging.up.anim_mode","linear" }, + { "invisible_sand.active.digging.down", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.down.xpos", "3" }, + { "invisible_sand.active.digging.down.ypos", "2" }, + { "invisible_sand.active.digging.down.frames","3" }, + { "invisible_sand.active.digging.down.delay", "2" }, + { "invisible_sand.active.digging.down.anim_mode","linear" }, + { "invisible_sand.active.digging.left.CRUMBLED", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6" }, + { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3" }, + { "invisible_sand.active.digging.left.CRUMBLED.frames","3" }, + { "invisible_sand.active.digging.left.CRUMBLED.delay","2" }, + { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear" }, + { "invisible_sand.active.digging.right.CRUMBLED", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.right.CRUMBLED.xpos","9" }, + { "invisible_sand.active.digging.right.CRUMBLED.ypos","3" }, + { "invisible_sand.active.digging.right.CRUMBLED.frames","3" }, + { "invisible_sand.active.digging.right.CRUMBLED.delay","2" }, + { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear" }, + { "invisible_sand.active.digging.up.CRUMBLED", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.up.CRUMBLED.xpos", "0" }, + { "invisible_sand.active.digging.up.CRUMBLED.ypos", "3" }, + { "invisible_sand.active.digging.up.CRUMBLED.frames", "3" }, + { "invisible_sand.active.digging.up.CRUMBLED.delay", "2" }, + { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear" }, + { "invisible_sand.active.digging.down.CRUMBLED", "RocksEMC.pcx" }, + { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3" }, + { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3" }, + { "invisible_sand.active.digging.down.CRUMBLED.frames","3" }, + { "invisible_sand.active.digging.down.CRUMBLED.delay","2" }, + { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear" }, { "conveyor_belt_1_middle", "RocksDC.pcx" }, { "conveyor_belt_1_middle.xpos", "0" }, @@ -3160,21 +3283,284 @@ struct ConfigInfo image_config[] = { "trigger_player.ypos", "13" }, { "trigger_player.frames", "1" }, - { "internal_clipboard_custom", "RocksElements.pcx" }, - { "internal_clipboard_custom.xpos", "7" }, - { "internal_clipboard_custom.ypos", "9" }, - { "internal_clipboard_custom.frames", "1" }, - { "internal_clipboard_custom.EDITOR", "RocksElements.pcx" }, - { "internal_clipboard_custom.EDITOR.xpos", "15" }, - { "internal_clipboard_custom.EDITOR.ypos", "13" }, - - { "internal_clipboard_group", "RocksDC.pcx" }, - { "internal_clipboard_group.xpos", "4" }, - { "internal_clipboard_group.ypos", "15" }, - { "internal_clipboard_group.frames", "1" }, - { "internal_clipboard_group.EDITOR", "RocksDC.pcx" }, - { "internal_clipboard_group.EDITOR.xpos", "14" }, - { "internal_clipboard_group.EDITOR.ypos", "15" }, + { "em_key_5", "RocksEMC.pcx" }, + { "em_key_5.xpos", "0" }, + { "em_key_5.ypos", "5" }, + { "em_key_5.frames", "1" }, + { "em_key_6", "RocksEMC.pcx" }, + { "em_key_6.xpos", "1" }, + { "em_key_6.ypos", "5" }, + { "em_key_6.frames", "1" }, + { "em_key_7", "RocksEMC.pcx" }, + { "em_key_7.xpos", "2" }, + { "em_key_7.ypos", "5" }, + { "em_key_7.frames", "1" }, + { "em_key_8", "RocksEMC.pcx" }, + { "em_key_8.xpos", "3" }, + { "em_key_8.ypos", "5" }, + { "em_key_8.frames", "1" }, + + { "em_gate_5", "RocksEMC.pcx" }, + { "em_gate_5.xpos", "0" }, + { "em_gate_5.ypos", "6" }, + { "em_gate_5.frames", "1" }, + { "em_gate_5_gray", "RocksEMC.pcx" }, + { "em_gate_5_gray.xpos", "4" }, + { "em_gate_5_gray.ypos", "7" }, + { "em_gate_5_gray.frames", "1" }, + { "em_gate_5_gray.EDITOR", "RocksEMC.pcx" }, + { "em_gate_5_gray.EDITOR.xpos", "0" }, + { "em_gate_5_gray.EDITOR.ypos", "7" }, + { "em_gate_5_gray.EDITOR.frames", "1" }, + { "em_gate_6", "RocksEMC.pcx" }, + { "em_gate_6.xpos", "1" }, + { "em_gate_6.ypos", "6" }, + { "em_gate_6.frames", "1" }, + { "em_gate_6_gray", "RocksEMC.pcx" }, + { "em_gate_6_gray.xpos", "4" }, + { "em_gate_6_gray.ypos", "7" }, + { "em_gate_6_gray.frames", "1" }, + { "em_gate_6_gray.EDITOR", "RocksEMC.pcx" }, + { "em_gate_6_gray.EDITOR.xpos", "1" }, + { "em_gate_6_gray.EDITOR.ypos", "7" }, + { "em_gate_6_gray.EDITOR.frames", "1" }, + { "em_gate_7", "RocksEMC.pcx" }, + { "em_gate_7.xpos", "2" }, + { "em_gate_7.ypos", "6" }, + { "em_gate_7.frames", "1" }, + { "em_gate_7_gray", "RocksEMC.pcx" }, + { "em_gate_7_gray.xpos", "4" }, + { "em_gate_7_gray.ypos", "7" }, + { "em_gate_7_gray.frames", "1" }, + { "em_gate_7_gray.EDITOR", "RocksEMC.pcx" }, + { "em_gate_7_gray.EDITOR.xpos", "2" }, + { "em_gate_7_gray.EDITOR.ypos", "7" }, + { "em_gate_7_gray.EDITOR.frames", "1" }, + { "em_gate_8", "RocksEMC.pcx" }, + { "em_gate_8.xpos", "3" }, + { "em_gate_8.ypos", "6" }, + { "em_gate_8.frames", "1" }, + { "em_gate_8_gray", "RocksEMC.pcx" }, + { "em_gate_8_gray.xpos", "4" }, + { "em_gate_8_gray.ypos", "7" }, + { "em_gate_8_gray.frames", "1" }, + { "em_gate_8_gray.EDITOR", "RocksEMC.pcx" }, + { "em_gate_8_gray.EDITOR.xpos", "3" }, + { "em_gate_8_gray.EDITOR.ypos", "7" }, + { "em_gate_8_gray.EDITOR.frames", "1" }, + + { "emc_android", "emc_object.pcx" }, + { "emc_android.xpos", "7" }, + { "emc_android.ypos", "13" }, + { "emc_android.frames", "8" }, + { "emc_android.vertical", "true" }, + { "emc_android.scale_up_factor", "2" }, + + { "emc_grass", "RocksEMC.pcx" }, + { "emc_grass.xpos", "0" }, + { "emc_grass.ypos", "4" }, + { "emc_grass.frames", "1" }, + { "emc_grass.CRUMBLED", "RocksEMC.pcx" }, + { "emc_grass.CRUMBLED.xpos", "1" }, + { "emc_grass.CRUMBLED.ypos", "4" }, + { "emc_grass.CRUMBLED.frames", "1" }, + { "emc_grass.digging.left", "RocksEMC.pcx" }, + { "emc_grass.digging.left.xpos", "6" }, + { "emc_grass.digging.left.ypos", "0" }, + { "emc_grass.digging.left.frames", "3" }, + { "emc_grass.digging.left.delay", "2" }, + { "emc_grass.digging.left.anim_mode", "linear" }, + { "emc_grass.digging.right", "RocksEMC.pcx" }, + { "emc_grass.digging.right.xpos", "9" }, + { "emc_grass.digging.right.ypos", "0" }, + { "emc_grass.digging.right.frames", "3" }, + { "emc_grass.digging.right.delay", "2" }, + { "emc_grass.digging.right.anim_mode", "linear" }, + { "emc_grass.digging.up", "RocksEMC.pcx" }, + { "emc_grass.digging.up.xpos", "0" }, + { "emc_grass.digging.up.ypos", "0" }, + { "emc_grass.digging.up.frames", "3" }, + { "emc_grass.digging.up.delay", "2" }, + { "emc_grass.digging.up.anim_mode", "linear" }, + { "emc_grass.digging.down", "RocksEMC.pcx" }, + { "emc_grass.digging.down.xpos", "3" }, + { "emc_grass.digging.down.ypos", "0" }, + { "emc_grass.digging.down.frames", "3" }, + { "emc_grass.digging.down.delay", "2" }, + { "emc_grass.digging.down.anim_mode", "linear" }, + { "emc_grass.digging.left.CRUMBLED", "RocksEMC.pcx" }, + { "emc_grass.digging.left.CRUMBLED.xpos", "6" }, + { "emc_grass.digging.left.CRUMBLED.ypos", "1" }, + { "emc_grass.digging.left.CRUMBLED.frames", "3" }, + { "emc_grass.digging.left.CRUMBLED.delay", "2" }, + { "emc_grass.digging.left.CRUMBLED.anim_mode","linear" }, + { "emc_grass.digging.right.CRUMBLED", "RocksEMC.pcx" }, + { "emc_grass.digging.right.CRUMBLED.xpos", "9" }, + { "emc_grass.digging.right.CRUMBLED.ypos", "1" }, + { "emc_grass.digging.right.CRUMBLED.frames", "3" }, + { "emc_grass.digging.right.CRUMBLED.delay", "2" }, + { "emc_grass.digging.right.CRUMBLED.anim_mode","linear" }, + { "emc_grass.digging.up.CRUMBLED", "RocksEMC.pcx" }, + { "emc_grass.digging.up.CRUMBLED.xpos", "0" }, + { "emc_grass.digging.up.CRUMBLED.ypos", "1" }, + { "emc_grass.digging.up.CRUMBLED.frames", "3" }, + { "emc_grass.digging.up.CRUMBLED.delay", "2" }, + { "emc_grass.digging.up.CRUMBLED.anim_mode", "linear" }, + { "emc_grass.digging.down.CRUMBLED", "RocksEMC.pcx" }, + { "emc_grass.digging.down.CRUMBLED.xpos", "3" }, + { "emc_grass.digging.down.CRUMBLED.ypos", "1" }, + { "emc_grass.digging.down.CRUMBLED.frames", "3" }, + { "emc_grass.digging.down.CRUMBLED.delay", "2" }, + { "emc_grass.digging.down.CRUMBLED.anim_mode","linear" }, + + { "emc_magic_ball", "emc_object.pcx" }, + { "emc_magic_ball.xpos", "22" }, + { "emc_magic_ball.ypos", "18" }, + { "emc_magic_ball.frames", "1" }, + { "emc_magic_ball.scale_up_factor", "2" }, + + { "emc_magic_ball.active", "emc_object.pcx" }, + { "emc_magic_ball.active.xpos", "22" }, + { "emc_magic_ball.active.ypos", "18" }, + { "emc_magic_ball.active.frames", "16" }, + { "emc_magic_ball.active.vertical", "true" }, + { "emc_magic_ball.active.scale_up_factor", "2" }, + + { "emc_magic_ball_switch", "emc_object.pcx" }, + { "emc_magic_ball_switch.xpos", "25" }, + { "emc_magic_ball_switch.ypos", "10" }, + { "emc_magic_ball_switch.frames", "1" }, + { "emc_magic_ball_switch.scale_up_factor", "2" }, + + { "emc_magic_ball_switch.active", "emc_object.pcx" }, + { "emc_magic_ball_switch.active.xpos", "25" }, + { "emc_magic_ball_switch.active.ypos", "9" }, + { "emc_magic_ball_switch.active.frames", "1" }, + { "emc_magic_ball_switch.active.scale_up_factor", "2" }, + + { "emc_spring_bumper", "RocksEMC.pcx" }, + { "emc_spring_bumper.xpos", "8" }, + { "emc_spring_bumper.ypos", "4" }, + { "emc_spring_bumper.frames", "1" }, + + { "emc_spring_bumper.active", "RocksEMC.pcx" }, + { "emc_spring_bumper.active.xpos", "8" }, + { "emc_spring_bumper.active.ypos", "4" }, + { "emc_spring_bumper.active.frames", "4" }, + { "emc_spring_bumper.active.anim_mode", "pingpong2" }, + + { "emc_plant", "RocksEMC.pcx" }, + { "emc_plant.xpos", "4" }, + { "emc_plant.ypos", "4" }, + { "emc_plant.frames", "1" }, + { "emc_plant.CRUMBLED", "RocksEMC.pcx" }, + { "emc_plant.CRUMBLED.xpos", "5" }, + { "emc_plant.CRUMBLED.ypos", "4" }, + { "emc_plant.CRUMBLED.frames", "1" }, + + { "emc_lenses", "RocksEMC.pcx" }, + { "emc_lenses.xpos", "6" }, + { "emc_lenses.ypos", "4" }, + { "emc_lenses.frames", "1" }, + + { "emc_magnifier", "RocksEMC.pcx" }, + { "emc_magnifier.xpos", "7" }, + { "emc_magnifier.ypos", "4" }, + { "emc_magnifier.frames", "1" }, + + { "emc_wall_9", "emc_object.pcx" }, + { "emc_wall_9.xpos", "26" }, + { "emc_wall_9.ypos", "4" }, + { "emc_wall_9.frames", "1" }, + { "emc_wall_9.scale_up_factor", "2" }, + { "emc_wall_10", "emc_object.pcx" }, + { "emc_wall_10.xpos", "26" }, + { "emc_wall_10.ypos", "5" }, + { "emc_wall_10.frames", "1" }, + { "emc_wall_10.scale_up_factor", "2" }, + { "emc_wall_11", "emc_object.pcx" }, + { "emc_wall_11.xpos", "26" }, + { "emc_wall_11.ypos", "9" }, + { "emc_wall_11.frames", "1" }, + { "emc_wall_11.scale_up_factor", "2" }, + { "emc_wall_12", "emc_object.pcx" }, + { "emc_wall_12.xpos", "26" }, + { "emc_wall_12.ypos", "10" }, + { "emc_wall_12.frames", "1" }, + { "emc_wall_12.scale_up_factor", "2" }, + { "emc_wall_13", "emc_object.pcx" }, + { "emc_wall_13.xpos", "25" }, + { "emc_wall_13.ypos", "23" }, + { "emc_wall_13.frames", "1" }, + { "emc_wall_13.scale_up_factor", "2" }, + { "emc_wall_14", "emc_object.pcx" }, + { "emc_wall_14.xpos", "25" }, + { "emc_wall_14.ypos", "24" }, + { "emc_wall_14.frames", "1" }, + { "emc_wall_14.scale_up_factor", "2" }, + { "emc_wall_15", "emc_object.pcx" }, + { "emc_wall_15.xpos", "25" }, + { "emc_wall_15.ypos", "25" }, + { "emc_wall_15.frames", "1" }, + { "emc_wall_15.scale_up_factor", "2" }, + { "emc_wall_16", "emc_object.pcx" }, + { "emc_wall_16.xpos", "25" }, + { "emc_wall_16.ypos", "26" }, + { "emc_wall_16.frames", "1" }, + { "emc_wall_16.scale_up_factor", "2" }, + + { "emc_wall_slippery_1", "emc_object.pcx" }, + { "emc_wall_slippery_1.xpos", "25" }, + { "emc_wall_slippery_1.ypos", "27" }, + { "emc_wall_slippery_1.frames", "1" }, + { "emc_wall_slippery_1.scale_up_factor", "2" }, + { "emc_wall_slippery_2", "emc_object.pcx" }, + { "emc_wall_slippery_2.xpos", "25" }, + { "emc_wall_slippery_2.ypos", "28" }, + { "emc_wall_slippery_2.frames", "1" }, + { "emc_wall_slippery_2.scale_up_factor", "2" }, + { "emc_wall_slippery_3", "emc_object.pcx" }, + { "emc_wall_slippery_3.xpos", "25" }, + { "emc_wall_slippery_3.ypos", "29" }, + { "emc_wall_slippery_3.frames", "1" }, + { "emc_wall_slippery_3.scale_up_factor", "2" }, + { "emc_wall_slippery_4", "emc_object.pcx" }, + { "emc_wall_slippery_4.xpos", "25" }, + { "emc_wall_slippery_4.ypos", "30" }, + { "emc_wall_slippery_4.frames", "1" }, + { "emc_wall_slippery_4.scale_up_factor", "2" }, + + { "emc_fake_grass", "RocksEMC.pcx" }, + { "emc_fake_grass.xpos", "0" }, + { "emc_fake_grass.ypos", "4" }, + { "emc_fake_grass.frames", "1" }, + { "emc_fake_grass.CRUMBLED", "RocksEMC.pcx" }, + { "emc_fake_grass.CRUMBLED.xpos", "1" }, + { "emc_fake_grass.CRUMBLED.ypos", "4" }, + { "emc_fake_grass.CRUMBLED.frames", "1" }, + { "emc_fake_grass.active", "RocksEMC.pcx" }, + { "emc_fake_grass.active.xpos", "2" }, + { "emc_fake_grass.active.ypos", "4" }, + { "emc_fake_grass.active.frames", "1" }, + { "emc_fake_grass.active.CRUMBLED", "RocksEMC.pcx" }, + { "emc_fake_grass.active.CRUMBLED.xpos", "3" }, + { "emc_fake_grass.active.CRUMBLED.ypos", "4" }, + { "emc_fake_grass.active.CRUMBLED.frames", "1" }, + + { "emc_dripper", "RocksSP.pcx" }, + { "emc_dripper.xpos", "0" }, + { "emc_dripper.ypos", "0" }, + { "emc_dripper.frames", "1" }, + { "emc_dripper.EDITOR", "emc_object.pcx" }, + { "emc_dripper.EDITOR.xpos", "25" }, + { "emc_dripper.EDITOR.ypos", "15" }, + { "emc_dripper.EDITOR.frames", "1" }, + { "emc_dripper.EDITOR.scale_up_factor", "2" }, + { "emc_dripper.active", "emc_object.pcx" }, + { "emc_dripper.active.xpos", "25" }, + { "emc_dripper.active.ypos", "15" }, + { "emc_dripper.active.frames", "1" }, + { "emc_dripper.active.scale_up_factor", "2" }, #include "conf_chr.c" /* include auto-generated data structure definitions */ #include "conf_cus.c" /* include auto-generated data structure definitions */ @@ -3183,6 +3569,14 @@ struct ConfigInfo image_config[] = /* images not associated to game elements (used for menu screens etc.) */ /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */ + /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ + + { "emc_object", "emc_object.pcx" }, + { "emc_object.scale_up_factor", "2" }, + + { "emc_sprite", "emc_sprite.pcx" }, + { "emc_sprite.scale_up_factor", "2" }, + { "toon_1", "RocksToons.pcx" }, { "toon_1.x", "2" }, { "toon_1.y", "72" }, @@ -3724,6 +4118,7 @@ struct ConfigInfo image_config[] = { "background.SCORES", UNDEFINED_FILENAME }, { "background.EDITOR", UNDEFINED_FILENAME }, { "background.INFO", UNDEFINED_FILENAME }, + { "background.INFO[ELEMENTS]", UNDEFINED_FILENAME }, { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME },