Tilemap collision working but needs speeding up

This commit is contained in:
Richard Davey
2013-04-25 20:05:56 +01:00
parent b8ab13fec8
commit b2e1434f5e
1336 changed files with 277759 additions and 6786 deletions
+9
View File
@@ -0,0 +1,9 @@
var code = Number(process.argv[2]);
process.stdout.write('stdout\n');
process.stderr.write('stderr\n');
// Use instead of process.exit to ensure stdout/stderr are flushed
// before exiting in Windows (Tested in Node.js v0.8.7)
require('../../lib/util/exit').exit(code);