mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
first mapeditor test
This commit is contained in:
parent
8d0ff1a929
commit
8da2299c08
13 changed files with 605 additions and 0 deletions
7
Editor/script/Debug.js
Normal file
7
Editor/script/Debug.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function Debug(iwas)
|
||||
{
|
||||
if(debug)
|
||||
{
|
||||
console.log(iwas);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue