mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added sortable palette (basic mode)
Started advanced palette block
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
//=include libraries/cookies.js
|
||||
//=include _pixelEditorUtility.js
|
||||
//=include sortable.js
|
||||
//=include _algorithms.js
|
||||
|
||||
/**init**/
|
||||
//=include _consts.js
|
||||
@ -48,6 +49,7 @@
|
||||
//=include _copyPaste.js
|
||||
//=include _resizeCanvas.js
|
||||
//=include _resizeSprite.js
|
||||
//=include _colorPicker.js
|
||||
|
||||
/**load file**/
|
||||
//=include _loadImage.js
|
||||
|
Reference in New Issue
Block a user