mirror of
https://github.com/wassname/phaser-plugin-isometric.git
synced 2026-09-12 12:40:51 +08:00
Added back z calculation into depth sorting, though it's still not quite right.
This commit is contained in:
+2
-1
@@ -100,5 +100,6 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
grunt.loadNpmTasks('grunt-jsdoc');
|
||||
|
||||
grunt.registerTask('default', ['concat', 'jshint', 'uglify', 'jsdoc:docstrap']);
|
||||
grunt.registerTask('default', ['concat', 'jshint', 'uglify']);
|
||||
grunt.registerTask('docs', ['jsdoc:docstrap']);
|
||||
};
|
||||
Reference in New Issue
Block a user