X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=d44155d35614805168bc98664644e35380694467;hb=82935bc1d2a8bba3be5a29cd5449edc155118521;hp=c7e9d7895e1fbbb3a97ca4fe4e225ca239d3d5fd;hpb=df6224302f39ef4315c3d794bc8204d645ab0df7;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c7e9d789..d44155d3 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5305,6 +5305,13 @@ struct ConfigInfo image_config[] = { "editor.button.gfx.next_level.height", "16" }, { "editor.button.gfx.next_level.pressed_xoffset", "-16" }, + { "editor.button.gfx.properties", "RocksDoor.png" }, + { "editor.button.gfx.properties.x", "505" }, + { "editor.button.gfx.properties.y", "110" }, + { "editor.button.gfx.properties.width", "90" }, + { "editor.button.gfx.properties.height", "20" }, + { "editor.button.gfx.properties.pressed_yoffset", "-20" }, + { "editor.input.gfx.level_number", "RocksDoor.png" }, { "editor.input.gfx.level_number.x", "529" }, { "editor.input.gfx.level_number.y", "5" }, @@ -7105,13 +7112,15 @@ struct ConfigInfo image_config[] = { "editor.button.prev_level.y", "5" }, { "editor.button.next_level.x", "79" }, { "editor.button.next_level.y", "5" }, + { "editor.button.properties.x", "5" }, + { "editor.button.properties.y", "230" }, { "editor.input.level_number.x", "29" }, { "editor.input.level_number.y", "5" }, { "editor.palette.x", "5" }, { "editor.palette.y", "30" }, { "editor.palette.cols", "4" }, - { "editor.palette.rows", "11" }, + { "editor.palette.rows", "10" }, { "editor.palette.tile_size", "16" }, { "editor.palette.element_left.x", "6" },