X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=be3f35770ca116843436e562b4b12f94157acecb;hb=a74e63d538386ee5de073a48fc2aea6b5ed2c5ce;hp=67fc180735f169d3126d98458508b3c4d3d583c8;hpb=96c47c30116d9306216622ae7f5e8f4583cc3dbc;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 67fc1807..be3f3577 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5852,6 +5852,23 @@ struct ConfigInfo image_config[] = { "df_mirror_fixed_16.ypos", "10" }, { "df_mirror_fixed_16.frames", "1" }, + { "df_slope_1", "RocksDF.png" }, + { "df_slope_1.xpos", "0" }, + { "df_slope_1.ypos", "11" }, + { "df_slope_1.frames", "1" }, + { "df_slope_2", "RocksDF.png" }, + { "df_slope_2.xpos", "1" }, + { "df_slope_2.ypos", "11" }, + { "df_slope_2.frames", "1" }, + { "df_slope_3", "RocksDF.png" }, + { "df_slope_3.xpos", "2" }, + { "df_slope_3.ypos", "11" }, + { "df_slope_3.frames", "1" }, + { "df_slope_4", "RocksDF.png" }, + { "df_slope_4.xpos", "3" }, + { "df_slope_4.ypos", "11" }, + { "df_slope_4.frames", "1" }, + // (these are only defined as elements to support ".PANEL" definitions) { "graphic_1", UNDEFINED_FILENAME }, { "graphic_2", UNDEFINED_FILENAME },