mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue