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:
parent
af8316c279
commit
d34a2abc37
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user