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

@ -51,6 +51,7 @@ var default_fill_color := Color(0, 0, 0, 0)
var grid_type = Grid_Types.CARTESIAN
var grid_width := 1
var grid_height := 1
var grid_isometric_cell_size := 2
var grid_color := Color.black
var guide_color := Color.purple
var checker_size := 10