From d34a2abc37cd5ef668ecc81b9a65fdc6babd6445 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 7 Mar 2012 19:27:30 +0000 Subject: [PATCH] Added forgotten change of standard INI file, oops. This probably caused the settings for Tilemap mode to not be saved. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1921 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- share/grafx2/gfx2def.ini | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/share/grafx2/gfx2def.ini b/share/grafx2/gfx2def.ini index 3d9f6728..85077ebb 100644 --- a/share/grafx2/gfx2def.ini +++ b/share/grafx2/gfx2def.ini @@ -352,7 +352,7 @@ Pixel_ratio = 0; (Default 0) ; This records the visibility of toolbars, to restore them on start. - ; It's a bitfield, where 1=Status, 2=Layers, 4=Tools + ; It's a bitfield, where 1=Status, 2=Layers/Animation, 4=Tools ; Menubars_visible = 255; (Default 255) @@ -387,4 +387,24 @@ ; Allow_multi_shortcuts = no; (Default no) + ; Determines if the Tilemap tool should identify tiles that are mirrored + ; version of other tiles, on the X axis. + ; + Tilemap_detect_mirrored_x = no; (Default no) + + ; Determines if the Tilemap tool should identify tiles that are mirrored + ; version of other tiles, on the Y axis. + ; + Tilemap_detect_mirrored_y = no; (Default no) + + ; Determines if the Tilemap tool should identify tiles that are reversed + ; versions of other tiles (180°). + ; + Tilemap_detect_mirrored_xy = no; (Default no) + + ; Determines if the Tilemap tool should show the number of distinct tiles + ; at the end of analysis. + ; + Tilemap_count = no; (Default no) + ; end of configuration