mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:54:43 -04:00
Finished implementing the isometric grid - Closes #305
Added the ability to change grid type in Preferences, and made an isometric cell size value which affects just the size of the cells of the isometric grid. Also updated translations.
This commit is contained in:
parent
1ff32f2892
commit
8d1c2e96f3
5 changed files with 74 additions and 10 deletions
|
@ -741,6 +741,21 @@ msgstr ""
|
|||
msgid "Grid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Grid type:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sets the type of the grid between rectangular, isometric or both"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rectangular"
|
||||
msgstr ""
|
||||
|
||||
msgid "Isometric"
|
||||
msgstr ""
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "Grid width:"
|
||||
msgstr ""
|
||||
|
||||
|
@ -753,6 +768,12 @@ msgstr ""
|
|||
msgid "Sets how far apart are horizontal lines of the grid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Isometric cell size:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sets the size of the cells in an isometric grid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Grid color:"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue