mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
feature : change grid size
* removed SHOW_GRID boolean, replaced with GRID_WIDTH * gridEnabled on a frame is now infered from the grid width setting * updated template to use a select to pick the grid size
This commit is contained in:
@@ -47,7 +47,6 @@ var Constants = {
|
||||
IMAGE_SERVICE_UPLOAD_URL : 'http://piskel-imgstore-a.appspot.com/__/upload',
|
||||
IMAGE_SERVICE_GET_URL : 'http://piskel-imgstore-a.appspot.com/img/',
|
||||
|
||||
GRID_STROKE_WIDTH: 1,
|
||||
ZOOMED_OUT_BACKGROUND_COLOR : '#A0A0A0',
|
||||
|
||||
LEFT_BUTTON : 0,
|
||||
|
||||
Reference in New Issue
Block a user