One shared offset for rectangular and isometric grids, added "Draw Grid over Tile Mode" toggle (#434)

* One shared offset for rectangular and isometric grids

* One draw call per grid

* Added "Draw Grid over Tile Mode" toggle
This commit is contained in:
kleonc 2021-01-20 01:17:33 +01:00 committed by GitHub
parent c60fb0632e
commit eeb97f71e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 110 additions and 51 deletions

View file

@ -795,16 +795,16 @@ msgstr ""
msgid "All"
msgstr ""
msgid "Grid width:"
msgid "Rectangular grid width:"
msgstr ""
msgid "Sets how far apart are vertical lines of the grid"
msgid "Sets how far apart are vertical lines of the rectangular grid"
msgstr ""
msgid "Grid height:"
msgid "Rectangular grid height:"
msgstr ""
msgid "Sets how far apart are horizontal lines of the grid"
msgid "Sets how far apart are horizontal lines of rectangular the grid"
msgstr ""
msgid "Isometric cell bounds width:"
@ -819,16 +819,22 @@ msgstr ""
msgid "Sets the height of the isometric cell's axis aligned bounding box"
msgstr ""
msgid "Isometric grid offset x:"
msgid "Grid offset x:"
msgstr ""
msgid "Sets isometric grid's x offset from the canvas origin (top left corner of the image)"
msgid "Sets grid's x offset from the canvas origin (top left corner of the image)"
msgstr ""
msgid "Isometric grid offset y:"
msgid "Grid offset y:"
msgstr ""
msgid "Sets isometric grid's y offset from the canvas origin (top left corner of the image)"
msgid "Sets grid's y offset from the canvas origin (top left corner of the image)"
msgstr ""
msgid "Draw over Tile Mode:"
msgstr ""
msgid "If disabled grid will be drawn only over the original image"
msgstr ""
msgid "Grid color:"