mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add constant for the max datastore accepted size
This commit is contained in:
parent
7eea5d672a
commit
e97a641e95
@ -49,6 +49,9 @@ var Constants = {
|
||||
// TESTS
|
||||
DRAWING_TEST_FOLDER : 'drawing',
|
||||
|
||||
// Maximum size of a sprite that can be saved on piskelapp datastore.
|
||||
APPENGINE_SAVE_LIMIT : 1000,
|
||||
|
||||
// SERVICE URLS
|
||||
APPENGINE_SAVE_URL : 'save',
|
||||
IMAGE_SERVICE_UPLOAD_URL : 'http://piskel-imgstore-b.appspot.com/__/upload',
|
||||
|
Loading…
Reference in New Issue
Block a user