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:
OverloadedOrama 2020-08-20 00:12:07 +03:00
parent 1ff32f2892
commit 8d1c2e96f3
5 changed files with 74 additions and 10 deletions

View file

@ -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 ""