X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=8daac3238eaa2efb89e321b89997c1925620442f;hb=5259681a2d5b47807d6164cce3a0e37e4d141ded;hp=07525b6feea613fcf56754b7191a37697e701ffa;hpb=c80e8f65b8f026f8b06673f06cea31cc2667351f;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 07525b6f..8daac323 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -7127,6 +7127,11 @@ struct ConfigInfo image_config[] = { "global.busy.frames_per_line", "7" }, { "global.busy.delay", "2" }, + { "global.tile_cursor", "RocksMore.png" }, + { "global.tile_cursor.xpos", "10" }, + { "global.tile_cursor.ypos", "7" }, + { "global.tile_cursor.frames", "1" }, + { "background", UNDEFINED_FILENAME }, { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, { "background.TITLE", UNDEFINED_FILENAME }, @@ -9272,6 +9277,8 @@ struct ConfigInfo image_config[] = { "editor.settings.tabs.2nd_yoffset", "64" }, { "editor.settings.tabs.draw_xoffset", "0" }, { "editor.settings.tabs.draw_yoffset", "8" }, + { "editor.settings.tooltip.x", "-1" }, + { "editor.settings.tooltip.y", "-1" }, { "editor.gadget.normal_spacing", "4" }, { "editor.gadget.small_spacing", "2" },