X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=1d202e3a84113aad20464b78ad9085a1cca9fdad;hb=df964230e1ecbfec8ef120bfcab2ddb1ba0751fa;hp=f569257ff91d00c30493830e839f14de0f3696d7;hpb=2455ce294b0108d3a848467ea9d30d049527a545;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index f569257f..1d202e3a 100644 --- a/src/main.c +++ b/src/main.c @@ -1033,6 +1033,10 @@ struct ConfigInfo image_config[] = { "spring.xpos", "0" }, { "spring.ypos", "5" }, { "spring.frames", "1" }, + { "spring.moving", "RocksMore.pcx" }, + { "spring.moving.xpos", "0" }, + { "spring.moving.ypos", "5" }, + { "spring.moving.frames", "1" }, { "emc_steelwall1", "RocksDC.pcx" }, { "emc_steelwall1.xpos", "14" }, @@ -1319,16 +1323,16 @@ struct ConfigInfo image_config[] = { "extra_time.ypos", "0" }, { "extra_time.frames", "6" }, - { "shield_deadly", "RocksDC.pcx" }, - { "shield_deadly.xpos", "8" }, - { "shield_deadly.ypos", "1" }, - { "shield_deadly.frames", "6" }, - { "shield_normal", "RocksDC.pcx" }, { "shield_normal.xpos", "8" }, { "shield_normal.ypos", "2" }, { "shield_normal.frames", "6" }, + { "shield_deadly", "RocksDC.pcx" }, + { "shield_deadly.xpos", "8" }, + { "shield_deadly.ypos", "1" }, + { "shield_deadly.frames", "6" }, + { "shield_normal.active", "RocksHeroes.pcx" }, { "shield_normal.active.xpos", "1" }, { "shield_normal.active.ypos", "13" }, @@ -2410,6 +2414,11 @@ struct ConfigInfo image_config[] = { "scrollbar_yellow.ypos", "2" }, { "scrollbar_yellow.frames", "1" }, + { "char_question", "RocksFontEM.pcx" }, + { "char_question.xpos", "15" }, + { "char_question.ypos", "1" }, + { "char_question.frames", "1" }, + { NULL, NULL } };