first mapeditor test

This commit is contained in:
Josef Konrad 2012-06-03 13:41:46 +02:00
parent 8d0ff1a929
commit 8da2299c08
13 changed files with 605 additions and 0 deletions

7
Editor/script/Debug.js Normal file
View file

@ -0,0 +1,7 @@
function Debug(iwas)
{
if(debug)
{
console.log(iwas);
}
}