debug draw overlay, fullscreen

This commit is contained in:
Jeena 2014-01-16 16:09:17 +01:00
parent 383eaa93bf
commit 4afc39081d
13 changed files with 247 additions and 93 deletions

View file

@ -16,7 +16,7 @@ var port = process.argv[2]
var options = {
port: port,
rootDirectory: './',
caching: false,
caching: 0,
logLevel: process.argv[3] || 0
};