mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 00:44:44 -04:00
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:
parent
c60fb0632e
commit
eeb97f71e4
6 changed files with 110 additions and 51 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue