X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=868fb084a3f80ba5ae8391c46426caf4dbb2ef35;hb=f857fec3082c785b0dd271b6ad1b7642a2ed4e65;hp=a5ea09401911733e2703d20376b972d6c8132bcd;hpb=c89ae8e2fae58982b3425d2fc340046a908e5c7c;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a5ea0940..868fb084 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -43,7 +43,6 @@ struct ConfigInfo image_config_suffix[] = { ".position", ARG_UNDEFINED, TYPE_STRING }, { ".draw_xoffset", "0", TYPE_INTEGER }, { ".draw_yoffset", "0", TYPE_INTEGER }, - { ".format", ARG_UNDEFINED, TYPE_STRING }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { NULL, NULL, 0 } @@ -209,6 +208,11 @@ struct ConfigInfo image_config[] = /* images for Supaplex style elements and actions */ + { "sp_empty_space", "RocksSP.pcx" }, + { "sp_empty_space.xpos", "0" }, + { "sp_empty_space.ypos", "0" }, + { "sp_empty_space.frames", "1" }, + { "sp_zonk", "RocksSP.pcx" }, { "sp_zonk.xpos", "1" }, { "sp_zonk.ypos", "0" }, @@ -263,6 +267,18 @@ struct ConfigInfo image_config[] = { "sp_murphy.digging.right.frames", "3" }, { "sp_murphy.digging.right.anim_mode", "pingpong" }, { "sp_murphy.digging.right.delay", "2" }, + { "sp_murphy.collecting.left", "RocksSP.pcx" }, + { "sp_murphy.collecting.left.xpos", "8" }, + { "sp_murphy.collecting.left.ypos", "0" }, + { "sp_murphy.collecting.left.frames", "3" }, + { "sp_murphy.collecting.left.anim_mode", "pingpong" }, + { "sp_murphy.collecting.left.delay", "2" }, + { "sp_murphy.collecting.right", "RocksSP.pcx" }, + { "sp_murphy.collecting.right.xpos", "11" }, + { "sp_murphy.collecting.right.ypos", "0" }, + { "sp_murphy.collecting.right.frames", "3" }, + { "sp_murphy.collecting.right.anim_mode", "pingpong" }, + { "sp_murphy.collecting.right.delay", "2" }, { "sp_murphy.pushing.left", "RocksSP.pcx" }, { "sp_murphy.pushing.left.xpos", "11" }, { "sp_murphy.pushing.left.ypos", "1" }, @@ -563,14 +579,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" }, @@ -595,6 +607,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" }, @@ -645,6 +685,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" }, @@ -660,6 +706,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" }, @@ -2222,6 +2274,30 @@ struct ConfigInfo image_config[] = { "player_1.digging.right.frames", "4" }, { "player_1.digging.right.start_frame", "1" }, { "player_1.digging.right.delay", "4" }, + { "player_1.collecting.down", "RocksHeroes.pcx" }, + { "player_1.collecting.down.xpos", "0" }, + { "player_1.collecting.down.ypos", "0" }, + { "player_1.collecting.down.frames", "4" }, + { "player_1.collecting.down.start_frame", "1" }, + { "player_1.collecting.down.delay", "4" }, + { "player_1.collecting.up", "RocksHeroes.pcx" }, + { "player_1.collecting.up.xpos", "4" }, + { "player_1.collecting.up.ypos", "0" }, + { "player_1.collecting.up.frames", "4" }, + { "player_1.collecting.up.start_frame", "1" }, + { "player_1.collecting.up.delay", "4" }, + { "player_1.collecting.left", "RocksHeroes.pcx" }, + { "player_1.collecting.left.xpos", "0" }, + { "player_1.collecting.left.ypos", "1" }, + { "player_1.collecting.left.frames", "4" }, + { "player_1.collecting.left.start_frame", "1" }, + { "player_1.collecting.left.delay", "4" }, + { "player_1.collecting.right", "RocksHeroes.pcx" }, + { "player_1.collecting.right.xpos", "4" }, + { "player_1.collecting.right.ypos", "1" }, + { "player_1.collecting.right.frames", "4" }, + { "player_1.collecting.right.start_frame", "1" }, + { "player_1.collecting.right.delay", "4" }, { "player_1.pushing.down", "RocksHeroes.pcx" }, { "player_1.pushing.down.xpos", "0" }, { "player_1.pushing.down.ypos", "0" }, @@ -2286,34 +2362,74 @@ struct ConfigInfo image_config[] = { "player_2.moving.down.xpos", "0" }, { "player_2.moving.down.ypos", "3" }, { "player_2.moving.down.frames", "4" }, + { "player_2.moving.down.start_frame", "1" }, + { "player_2.moving.down.delay", "4" }, { "player_2.moving.up", "RocksHeroes.pcx" }, { "player_2.moving.up.xpos", "4" }, { "player_2.moving.up.ypos", "3" }, { "player_2.moving.up.frames", "4" }, + { "player_2.moving.up.start_frame", "1" }, + { "player_2.moving.up.delay", "4" }, { "player_2.moving.left", "RocksHeroes.pcx" }, { "player_2.moving.left.xpos", "0" }, { "player_2.moving.left.ypos", "4" }, { "player_2.moving.left.frames", "4" }, + { "player_2.moving.left.start_frame", "1" }, + { "player_2.moving.left.delay", "4" }, { "player_2.moving.right", "RocksHeroes.pcx" }, { "player_2.moving.right.xpos", "4" }, { "player_2.moving.right.ypos", "4" }, { "player_2.moving.right.frames", "4" }, + { "player_2.moving.right.start_frame", "1" }, + { "player_2.moving.right.delay", "4" }, { "player_2.digging.down", "RocksHeroes.pcx" }, { "player_2.digging.down.xpos", "0" }, { "player_2.digging.down.ypos", "3" }, { "player_2.digging.down.frames", "4" }, + { "player_2.digging.down.start_frame", "1" }, + { "player_2.digging.down.delay", "4" }, { "player_2.digging.up", "RocksHeroes.pcx" }, { "player_2.digging.up.xpos", "4" }, { "player_2.digging.up.ypos", "3" }, { "player_2.digging.up.frames", "4" }, + { "player_2.digging.up.start_frame", "1" }, + { "player_2.digging.up.delay", "4" }, { "player_2.digging.left", "RocksHeroes.pcx" }, { "player_2.digging.left.xpos", "0" }, { "player_2.digging.left.ypos", "4" }, { "player_2.digging.left.frames", "4" }, + { "player_2.digging.left.start_frame", "1" }, + { "player_2.digging.left.delay", "4" }, { "player_2.digging.right", "RocksHeroes.pcx" }, { "player_2.digging.right.xpos", "4" }, { "player_2.digging.right.ypos", "4" }, { "player_2.digging.right.frames", "4" }, + { "player_2.digging.right.start_frame", "1" }, + { "player_2.digging.right.delay", "4" }, + { "player_2.collecting.down", "RocksHeroes.pcx" }, + { "player_2.collecting.down.xpos", "0" }, + { "player_2.collecting.down.ypos", "3" }, + { "player_2.collecting.down.frames", "4" }, + { "player_2.collecting.down.start_frame", "1" }, + { "player_2.collecting.down.delay", "4" }, + { "player_2.collecting.up", "RocksHeroes.pcx" }, + { "player_2.collecting.up.xpos", "4" }, + { "player_2.collecting.up.ypos", "3" }, + { "player_2.collecting.up.frames", "4" }, + { "player_2.collecting.up.start_frame", "1" }, + { "player_2.collecting.up.delay", "4" }, + { "player_2.collecting.left", "RocksHeroes.pcx" }, + { "player_2.collecting.left.xpos", "0" }, + { "player_2.collecting.left.ypos", "4" }, + { "player_2.collecting.left.frames", "4" }, + { "player_2.collecting.left.start_frame", "1" }, + { "player_2.collecting.left.delay", "4" }, + { "player_2.collecting.right", "RocksHeroes.pcx" }, + { "player_2.collecting.right.xpos", "4" }, + { "player_2.collecting.right.ypos", "4" }, + { "player_2.collecting.right.frames", "4" }, + { "player_2.collecting.right.start_frame", "1" }, + { "player_2.collecting.right.delay", "4" }, { "player_2.pushing.down", "RocksHeroes.pcx" }, { "player_2.pushing.down.xpos", "0" }, { "player_2.pushing.down.ypos", "3" }, @@ -2378,34 +2494,74 @@ struct ConfigInfo image_config[] = { "player_3.moving.down.xpos", "0" }, { "player_3.moving.down.ypos", "6" }, { "player_3.moving.down.frames", "4" }, + { "player_3.moving.down.start_frame", "1" }, + { "player_3.moving.down.delay", "4" }, { "player_3.moving.up", "RocksHeroes.pcx" }, { "player_3.moving.up.xpos", "4" }, { "player_3.moving.up.ypos", "6" }, { "player_3.moving.up.frames", "4" }, + { "player_3.moving.up.start_frame", "1" }, + { "player_3.moving.up.delay", "4" }, { "player_3.moving.left", "RocksHeroes.pcx" }, { "player_3.moving.left.xpos", "0" }, { "player_3.moving.left.ypos", "7" }, { "player_3.moving.left.frames", "4" }, + { "player_3.moving.left.start_frame", "1" }, + { "player_3.moving.left.delay", "4" }, { "player_3.moving.right", "RocksHeroes.pcx" }, { "player_3.moving.right.xpos", "4" }, { "player_3.moving.right.ypos", "7" }, { "player_3.moving.right.frames", "4" }, + { "player_3.moving.right.start_frame", "1" }, + { "player_3.moving.right.delay", "4" }, { "player_3.digging.down", "RocksHeroes.pcx" }, { "player_3.digging.down.xpos", "0" }, { "player_3.digging.down.ypos", "6" }, { "player_3.digging.down.frames", "4" }, + { "player_3.digging.down.start_frame", "1" }, + { "player_3.digging.down.delay", "4" }, { "player_3.digging.up", "RocksHeroes.pcx" }, { "player_3.digging.up.xpos", "4" }, { "player_3.digging.up.ypos", "6" }, { "player_3.digging.up.frames", "4" }, + { "player_3.digging.up.start_frame", "1" }, + { "player_3.digging.up.delay", "4" }, { "player_3.digging.left", "RocksHeroes.pcx" }, { "player_3.digging.left.xpos", "0" }, { "player_3.digging.left.ypos", "7" }, { "player_3.digging.left.frames", "4" }, + { "player_3.digging.left.start_frame", "1" }, + { "player_3.digging.left.delay", "4" }, { "player_3.digging.right", "RocksHeroes.pcx" }, { "player_3.digging.right.xpos", "4" }, { "player_3.digging.right.ypos", "7" }, { "player_3.digging.right.frames", "4" }, + { "player_3.digging.right.start_frame", "1" }, + { "player_3.digging.right.delay", "4" }, + { "player_3.collecting.down", "RocksHeroes.pcx" }, + { "player_3.collecting.down.xpos", "0" }, + { "player_3.collecting.down.ypos", "6" }, + { "player_3.collecting.down.frames", "4" }, + { "player_3.collecting.down.start_frame", "1" }, + { "player_3.collecting.down.delay", "4" }, + { "player_3.collecting.up", "RocksHeroes.pcx" }, + { "player_3.collecting.up.xpos", "4" }, + { "player_3.collecting.up.ypos", "6" }, + { "player_3.collecting.up.frames", "4" }, + { "player_3.collecting.up.start_frame", "1" }, + { "player_3.collecting.up.delay", "4" }, + { "player_3.collecting.left", "RocksHeroes.pcx" }, + { "player_3.collecting.left.xpos", "0" }, + { "player_3.collecting.left.ypos", "7" }, + { "player_3.collecting.left.frames", "4" }, + { "player_3.collecting.left.start_frame", "1" }, + { "player_3.collecting.left.delay", "4" }, + { "player_3.collecting.right", "RocksHeroes.pcx" }, + { "player_3.collecting.right.xpos", "4" }, + { "player_3.collecting.right.ypos", "7" }, + { "player_3.collecting.right.frames", "4" }, + { "player_3.collecting.right.start_frame", "1" }, + { "player_3.collecting.right.delay", "4" }, { "player_3.pushing.down", "RocksHeroes.pcx" }, { "player_3.pushing.down.xpos", "0" }, { "player_3.pushing.down.ypos", "6" }, @@ -2470,34 +2626,74 @@ struct ConfigInfo image_config[] = { "player_4.moving.down.xpos", "0" }, { "player_4.moving.down.ypos", "9" }, { "player_4.moving.down.frames", "4" }, + { "player_4.moving.down.start_frame", "1" }, + { "player_4.moving.down.delay", "4" }, { "player_4.moving.up", "RocksHeroes.pcx" }, { "player_4.moving.up.xpos", "4" }, { "player_4.moving.up.ypos", "9" }, { "player_4.moving.up.frames", "4" }, + { "player_4.moving.up.start_frame", "1" }, + { "player_4.moving.up.delay", "4" }, { "player_4.moving.left", "RocksHeroes.pcx" }, { "player_4.moving.left.xpos", "0" }, { "player_4.moving.left.ypos", "10" }, { "player_4.moving.left.frames", "4" }, + { "player_4.moving.left.start_frame", "1" }, + { "player_4.moving.left.delay", "4" }, { "player_4.moving.right", "RocksHeroes.pcx" }, { "player_4.moving.right.xpos", "4" }, { "player_4.moving.right.ypos", "10" }, { "player_4.moving.right.frames", "4" }, + { "player_4.moving.right.start_frame", "1" }, + { "player_4.moving.right.delay", "4" }, { "player_4.digging.down", "RocksHeroes.pcx" }, { "player_4.digging.down.xpos", "0" }, { "player_4.digging.down.ypos", "9" }, { "player_4.digging.down.frames", "4" }, + { "player_4.digging.down.start_frame", "1" }, + { "player_4.digging.down.delay", "4" }, { "player_4.digging.up", "RocksHeroes.pcx" }, { "player_4.digging.up.xpos", "4" }, { "player_4.digging.up.ypos", "9" }, { "player_4.digging.up.frames", "4" }, + { "player_4.digging.up.start_frame", "1" }, + { "player_4.digging.up.delay", "4" }, { "player_4.digging.left", "RocksHeroes.pcx" }, { "player_4.digging.left.xpos", "0" }, { "player_4.digging.left.ypos", "10" }, { "player_4.digging.left.frames", "4" }, + { "player_4.digging.left.start_frame", "1" }, + { "player_4.digging.left.delay", "4" }, { "player_4.digging.right", "RocksHeroes.pcx" }, { "player_4.digging.right.xpos", "4" }, { "player_4.digging.right.ypos", "10" }, { "player_4.digging.right.frames", "4" }, + { "player_4.digging.right.start_frame", "1" }, + { "player_4.digging.right.delay", "4" }, + { "player_4.collecting.down", "RocksHeroes.pcx" }, + { "player_4.collecting.down.xpos", "0" }, + { "player_4.collecting.down.ypos", "9" }, + { "player_4.collecting.down.frames", "4" }, + { "player_4.collecting.down.start_frame", "1" }, + { "player_4.collecting.down.delay", "4" }, + { "player_4.collecting.up", "RocksHeroes.pcx" }, + { "player_4.collecting.up.xpos", "4" }, + { "player_4.collecting.up.ypos", "9" }, + { "player_4.collecting.up.frames", "4" }, + { "player_4.collecting.up.start_frame", "1" }, + { "player_4.collecting.up.delay", "4" }, + { "player_4.collecting.left", "RocksHeroes.pcx" }, + { "player_4.collecting.left.xpos", "0" }, + { "player_4.collecting.left.ypos", "10" }, + { "player_4.collecting.left.frames", "4" }, + { "player_4.collecting.left.start_frame", "1" }, + { "player_4.collecting.left.delay", "4" }, + { "player_4.collecting.right", "RocksHeroes.pcx" }, + { "player_4.collecting.right.xpos", "4" }, + { "player_4.collecting.right.ypos", "10" }, + { "player_4.collecting.right.frames", "4" }, + { "player_4.collecting.right.start_frame", "1" }, + { "player_4.collecting.right.delay", "4" }, { "player_4.pushing.down", "RocksHeroes.pcx" }, { "player_4.pushing.down.xpos", "0" }, { "player_4.pushing.down.ypos", "9" }, @@ -2925,28 +3121,28 @@ struct ConfigInfo image_config[] = { "font.initial_1.height", "14" }, { "font.initial_2", "RocksFontSmall.pcx" }, { "font.initial_2.x", "0" }, - { "font.initial_2.y", "56" }, + { "font.initial_2.y", "70" }, { "font.initial_2.width", "14" }, { "font.initial_2.height", "14" }, { "font.initial_3", "RocksFontSmall.pcx" }, { "font.initial_3.x", "0" }, - { "font.initial_3.y", "112" }, + { "font.initial_3.y", "140" }, { "font.initial_3.width", "14" }, { "font.initial_3.height", "14" }, { "font.initial_4", "RocksFontSmall.pcx" }, { "font.initial_4.x", "0" }, - { "font.initial_4.y", "168" }, + { "font.initial_4.y", "210" }, { "font.initial_4.width", "14" }, { "font.initial_4.height", "14" }, { "font.title_1", "RocksFontBig.pcx" }, { "font.title_1.x", "0" }, - { "font.title_1.y", "384" }, + { "font.title_1.y", "480" }, { "font.title_1.width", "32" }, { "font.title_1.height", "32" }, { "font.title_1.LEVELS", "RocksFontBig.pcx" }, { "font.title_1.LEVELS.x", "0" }, - { "font.title_1.LEVELS.y", "256" }, + { "font.title_1.LEVELS.y", "320" }, { "font.title_1.LEVELS.width", "32" }, { "font.title_1.LEVELS.height", "32" }, { "font.title_2", "RocksFontSmall.pcx" }, @@ -2957,18 +3153,18 @@ struct ConfigInfo image_config[] = { "font.menu_1", "RocksFontBig.pcx" }, { "font.menu_1.x", "0" }, - { "font.menu_1.y", "256" }, + { "font.menu_1.y", "320" }, { "font.menu_1.width", "32" }, { "font.menu_1.height", "32" }, { "font.menu_2", "RocksFontMedium.pcx" }, { "font.menu_2.x", "0" }, - { "font.menu_2.y", "256" }, + { "font.menu_2.y", "320" }, { "font.menu_2.width", "16" }, { "font.menu_2.height", "32" }, { "font.text_1", "RocksFontSmall.pcx" }, { "font.text_1.x", "0" }, - { "font.text_1.y", "112" }, + { "font.text_1.y", "140" }, { "font.text_1.width", "14" }, { "font.text_1.height", "14" }, { "font.text_1.LEVELS", "RocksFontMedium.pcx" }, @@ -2976,36 +3172,46 @@ struct ConfigInfo image_config[] = { "font.text_1.LEVELS.y", "0" }, { "font.text_1.LEVELS.width", "16" }, { "font.text_1.LEVELS.height", "32" }, - { "font.text_1.SCORES", "RocksFontBig.pcx" }, - { "font.text_1.SCORES.x", "0" }, - { "font.text_1.SCORES.y", "256" }, - { "font.text_1.SCORES.width", "32" }, - { "font.text_1.SCORES.height", "32" }, { "font.text_1.PREVIEW", "RocksFontEM.pcx" }, { "font.text_1.PREVIEW.x", "0" }, { "font.text_1.PREVIEW.y", "160" }, { "font.text_1.PREVIEW.width", "16" }, { "font.text_1.PREVIEW.height", "16" }, + { "font.text_1.SCORES", "RocksFontMedium.pcx" }, + { "font.text_1.SCORES.x", "0" }, + { "font.text_1.SCORES.y", "480" }, + { "font.text_1.SCORES.width", "16" }, + { "font.text_1.SCORES.height", "32" }, + { "font.text_1.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_1.active.SCORES.x", "0" }, + { "font.text_1.active.SCORES.y", "0" }, + { "font.text_1.active.SCORES.width", "16" }, + { "font.text_1.active.SCORES.height", "32" }, { "font.text_2", "RocksFontSmall.pcx" }, { "font.text_2.x", "0" }, - { "font.text_2.y", "168" }, + { "font.text_2.y", "210" }, { "font.text_2.width", "14" }, { "font.text_2.height", "14" }, { "font.text_2.LEVELS", "RocksFontMedium.pcx" }, { "font.text_2.LEVELS.x", "0" }, - { "font.text_2.LEVELS.y", "128" }, + { "font.text_2.LEVELS.y", "160" }, { "font.text_2.LEVELS.width", "16" }, { "font.text_2.LEVELS.height", "32" }, - { "font.text_2.SCORES", "RocksFontMedium.pcx" }, - { "font.text_2.SCORES.x", "0" }, - { "font.text_2.SCORES.y", "384" }, - { "font.text_2.SCORES.width", "16" }, - { "font.text_2.SCORES.height", "32" }, { "font.text_2.PREVIEW", "RocksFontEM.pcx" }, { "font.text_2.PREVIEW.x", "0" }, { "font.text_2.PREVIEW.y", "160" }, { "font.text_2.PREVIEW.width", "16" }, { "font.text_2.PREVIEW.height", "16" }, + { "font.text_2.SCORES", "RocksFontBig.pcx" }, + { "font.text_2.SCORES.x", "0" }, + { "font.text_2.SCORES.y", "320" }, + { "font.text_2.SCORES.width", "32" }, + { "font.text_2.SCORES.height", "32" }, + { "font.text_2.active.SCORES", "RocksFontBig.pcx" }, + { "font.text_2.active.SCORES.x", "0" }, + { "font.text_2.active.SCORES.y", "0" }, + { "font.text_2.active.SCORES.width", "32" }, + { "font.text_2.active.SCORES.height", "32" }, { "font.text_3", "RocksFontSmall.pcx" }, { "font.text_3.x", "0" }, { "font.text_3.y", "0" }, @@ -3013,100 +3219,125 @@ struct ConfigInfo image_config[] = { "font.text_3.height", "14" }, { "font.text_3.LEVELS", "RocksFontMedium.pcx" }, { "font.text_3.LEVELS.x", "0" }, - { "font.text_3.LEVELS.y", "256" }, + { "font.text_3.LEVELS.y", "320" }, { "font.text_3.LEVELS.width", "16" }, { "font.text_3.LEVELS.height", "32" }, - { "font.text_3.SCORES", "RocksFontBig.pcx" }, - { "font.text_3.SCORES.x", "0" }, - { "font.text_3.SCORES.y", "0" }, - { "font.text_3.SCORES.width", "32" }, - { "font.text_3.SCORES.height", "32" }, { "font.text_3.PREVIEW", "RocksFontEM.pcx" }, { "font.text_3.PREVIEW.x", "0" }, { "font.text_3.PREVIEW.y", "160" }, { "font.text_3.PREVIEW.width", "16" }, { "font.text_3.PREVIEW.height", "16" }, + { "font.text_3.SCORES", "RocksFontMedium.pcx" }, + { "font.text_3.SCORES.x", "0" }, + { "font.text_3.SCORES.y", "480" }, + { "font.text_3.SCORES.width", "16" }, + { "font.text_3.SCORES.height", "32" }, + { "font.text_3.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_3.active.SCORES.x", "0" }, + { "font.text_3.active.SCORES.y", "0" }, + { "font.text_3.active.SCORES.width", "16" }, + { "font.text_3.active.SCORES.height", "32" }, { "font.text_4", "RocksFontSmall.pcx" }, { "font.text_4.x", "0" }, - { "font.text_4.y", "56" }, + { "font.text_4.y", "70" }, { "font.text_4.width", "14" }, { "font.text_4.height", "14" }, { "font.text_4.LEVELS", "RocksFontMedium.pcx" }, { "font.text_4.LEVELS.x", "0" }, - { "font.text_4.LEVELS.y", "384" }, + { "font.text_4.LEVELS.y", "480" }, { "font.text_4.LEVELS.width", "16" }, { "font.text_4.LEVELS.height", "32" }, { "font.text_4.SCORES", "RocksFontMedium.pcx" }, { "font.text_4.SCORES.x", "0" }, - { "font.text_4.SCORES.y", "0" }, + { "font.text_4.SCORES.y", "480" }, { "font.text_4.SCORES.width", "16" }, { "font.text_4.SCORES.height", "32" }, - - { "font.input", "RocksFontSmall.pcx" }, - { "font.input.x", "0" }, - { "font.input.y", "168" }, - { "font.input.width", "14" }, - { "font.input.height", "14" }, - { "font.input.MAIN", "RocksFontBig.pcx" }, - { "font.input.MAIN.x", "0" }, - { "font.input.MAIN.y", "0" }, - { "font.input.MAIN.width", "32" }, - { "font.input.MAIN.height", "32" }, - { "font.input.active", "RocksFontSmall.pcx" }, - { "font.input.active.x", "0" }, - { "font.input.active.y", "0" }, - { "font.input.active.width", "14" }, - { "font.input.active.height", "14" }, - { "font.input.active.MAIN", "RocksFontBig.pcx" }, - { "font.input.active.MAIN.x", "0" }, - { "font.input.active.MAIN.y", "384" }, - { "font.input.active.MAIN.width", "32" }, - { "font.input.active.MAIN.height", "32" }, - { "font.input.active.SETUP", "RocksFontBig.pcx" }, - { "font.input.active.SETUP.x", "0" }, - { "font.input.active.SETUP.y", "0" }, - { "font.input.active.SETUP.width", "32" }, - { "font.input.active.SETUP.height", "32" }, + { "font.text_4.active.SCORES", "RocksFontMedium.pcx" }, + { "font.text_4.active.SCORES.x", "0" }, + { "font.text_4.active.SCORES.y", "0" }, + { "font.text_4.active.SCORES.width", "16" }, + { "font.text_4.active.SCORES.height", "32" }, + + { "font.input_1", "RocksFontSmall.pcx" }, + { "font.input_1.x", "0" }, + { "font.input_1.y", "210" }, + { "font.input_1.width", "14" }, + { "font.input_1.height", "14" }, + { "font.input_1.MAIN", "RocksFontBig.pcx" }, + { "font.input_1.MAIN.x", "0" }, + { "font.input_1.MAIN.y", "0" }, + { "font.input_1.MAIN.width", "32" }, + { "font.input_1.MAIN.height", "32" }, + { "font.input_1.active", "RocksFontSmall.pcx" }, + { "font.input_1.active.x", "0" }, + { "font.input_1.active.y", "210" }, + { "font.input_1.active.width", "14" }, + { "font.input_1.active.height", "14" }, + { "font.input_1.active.MAIN", "RocksFontBig.pcx" }, + { "font.input_1.active.MAIN.x", "0" }, + { "font.input_1.active.MAIN.y", "480" }, + { "font.input_1.active.MAIN.width", "32" }, + { "font.input_1.active.MAIN.height", "32" }, + { "font.input_1.active.SETUP", "RocksFontBig.pcx" }, + { "font.input_1.active.SETUP.x", "0" }, + { "font.input_1.active.SETUP.y", "0" }, + { "font.input_1.active.SETUP.width", "32" }, + { "font.input_1.active.SETUP.height", "32" }, + { "font.input_2", "RocksFontSmall.pcx" }, + { "font.input_2.x", "0" }, + { "font.input_2.y", "210" }, + { "font.input_2.width", "14" }, + { "font.input_2.height", "14" }, + { "font.input_2.active", "RocksFontSmall.pcx" }, + { "font.input_2.active.x", "0" }, + { "font.input_2.active.y", "210" }, + { "font.input_2.active.width", "14" }, + { "font.input_2.active.height", "14" }, { "font.option_off", "RocksFontBig.pcx" }, { "font.option_off.x", "0" }, - { "font.option_off.y", "128" }, + { "font.option_off.y", "160" }, { "font.option_off.width", "32" }, { "font.option_off.height", "32" }, { "font.option_on", "RocksFontBig.pcx" }, { "font.option_on.x", "0" }, - { "font.option_on.y", "384" }, + { "font.option_on.y", "480" }, { "font.option_on.width", "32" }, { "font.option_on.height", "32" }, { "font.value_1", "RocksFontBig.pcx" }, { "font.value_1.x", "0" }, - { "font.value_1.y", "384" }, + { "font.value_1.y", "480" }, { "font.value_1.width", "32" }, { "font.value_1.height", "32" }, { "font.value_2", "RocksFontMedium.pcx" }, { "font.value_2.x", "0" }, - { "font.value_2.y", "384" }, + { "font.value_2.y", "480" }, { "font.value_2.width", "16" }, { "font.value_2.height", "32" }, { "font.value_old", "RocksFontBig.pcx" }, { "font.value_old.x", "0" }, - { "font.value_old.y", "128" }, + { "font.value_old.y", "160" }, { "font.value_old.width", "32" }, { "font.value_old.height", "32" }, { "font.level_number", "RocksFontSmall.pcx" }, { "font.level_number.x", "0" }, - { "font.level_number.y", "280" }, + { "font.level_number.y", "350" }, { "font.level_number.width", "10" }, { "font.level_number.height", "14" }, { "font.tape_recorder", "RocksFontSmall.pcx" }, { "font.tape_recorder.x", "0" }, - { "font.tape_recorder.y", "224" }, + { "font.tape_recorder.y", "280" }, { "font.tape_recorder.width", "11" }, { "font.tape_recorder.height", "14" }, + { "font.game_info", "RocksFontEM.pcx" }, + { "font.game_info.xpos", "0" }, + { "font.game_info.ypos", "0" }, + { "font.game_info.delay", "10" }, + { "global.border", "RocksScreen.pcx" }, { "global.door", "RocksDoor.pcx" }, @@ -3123,36 +3354,28 @@ struct ConfigInfo image_config[] = { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, - { "info.font_em_1", "RocksFontEM.pcx" }, - { "info.font_em_1.xpos", "0" }, - { "info.font_em_1.ypos", "0" }, - { "info.font_em_1.frames", "16" }, - { "info.font_em_1.delay", "10" }, - { "info.font_em_2", "RocksFontEM.pcx" }, - { "info.font_em_2.xpos", "0" }, - { "info.font_em_2.ypos", "1" }, - { "info.font_em_2.frames", "16" }, - { "info.font_em_2.delay", "10" }, - { "info.font_em_3", "RocksFontEM.pcx" }, - { "info.font_em_3.xpos", "0" }, - { "info.font_em_3.ypos", "2" }, - { "info.font_em_3.frames", "16" }, - { "info.font_em_3.delay", "10" }, - { "info.font_em_4", "RocksFontEM.pcx" }, - { "info.font_em_4.xpos", "0" }, - { "info.font_em_4.ypos", "3" }, - { "info.font_em_4.frames", "16" }, - { "info.font_em_4.delay", "10" }, - { "info.font_em_5", "RocksFontEM.pcx" }, - { "info.font_em_5.xpos", "0" }, - { "info.font_em_5.ypos", "4" }, - { "info.font_em_5.frames", "4" }, - { "info.font_em_5.delay", "10" }, - - /* the following directives are not associated with an image, - but make sense to be defined in "graphicsinfo.conf", too */ + /* the following directives are not associated with an image, but + probably make sense to be defined in "graphicsinfo.conf", too */ { "global.num_toons", "20" }, + { "menu.draw_xoffset", "0" }, + { "menu.draw_yoffset", "0" }, + { "menu.draw_xoffset.MAIN", "0" }, + { "menu.draw_yoffset.MAIN", "0" }, + { "menu.draw_xoffset.LEVELS", "0" }, + { "menu.draw_yoffset.LEVELS", "0" }, + { "menu.draw_xoffset.SCORES", "0" }, + { "menu.draw_yoffset.SCORES", "0" }, + { "menu.draw_xoffset.EDITOR", "0" }, + { "menu.draw_yoffset.EDITOR", "0" }, + { "menu.draw_xoffset.INFO", "0" }, + { "menu.draw_yoffset.INFO", "0" }, + { "menu.draw_xoffset.SETUP", "0" }, + { "menu.draw_yoffset.SETUP", "0" }, + + { "door.step_offset", "2" }, + { "door.step_delay", "10" }, + { NULL, NULL } };