Merge JigsawX

This commit is contained in:
2022-06-26 19:53:26 +00:00
parent d739f2a6cf
commit 41af3009bb
48 changed files with 8654 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Test options
-D noVideo
#-D noRandom
-cp divtastic
-main jigsawxtargets.hxjs.JigsawDivtastic
-js deploy/jigsawdivtastic.js
# this line excludes JQuery in haxe 2.08
-D noEmbedJS
-D haxe3
# useful for mac users
--next
# do by hand in the deploy directory
# zip app.nw *
# because this line is not working
#-cmd zip -r deploy/app.nw deploy/jigsawDivtastic.html deploy/package.json deploy/tablecloth.jpg deploy/jigsawdivtastic.js
--next
-cmd open -n -a node-webkit "deploy/app.nw"