Add grid checkbox

This commit is contained in:
Vince
2012-09-08 23:43:16 +02:00
parent 6b9904935f
commit df945e10dd
6 changed files with 63 additions and 11 deletions

View File

@ -12,5 +12,8 @@ var Constants = {
/*
* Default entry point for piskel web service:
*/
PISKEL_SERVICE_URL: 'http://2.piskel-app.appspot.com'
PISKEL_SERVICE_URL: 'http://2.piskel-app.appspot.com',
GRID_STROKE_WIDTH: 1,
GRID_STROKE_COLOR: "lightgray"
};