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
This commit is contained in:
Yves Rizoud 2012-03-07 19:27:30 +00:00
parent af8316c279
commit d34a2abc37

View File

@ -352,7 +352,7 @@
Pixel_ratio = 0; (Default 0) Pixel_ratio = 0; (Default 0)
; This records the visibility of toolbars, to restore them on start. ; 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) Menubars_visible = 255; (Default 255)
@ -387,4 +387,24 @@
; ;
Allow_multi_shortcuts = no; (Default no) 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 ; end of configuration