mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented clientReady and changed loading of assets, fixed unique ragdoll id
This commit is contained in:
parent
f578b92734
commit
695008afd8
278 changed files with 306 additions and 287 deletions
12
server.js
12
server.js
|
|
@ -20,18 +20,6 @@ var options = {
|
|||
logLevel: process.argv[3] || 0
|
||||
};
|
||||
|
||||
console.checkpoint = function (s) {
|
||||
console.log(' \033[32mbeep - \033[0m' + s);
|
||||
}
|
||||
|
||||
console.warn = function (s) {
|
||||
console.log(' \033[33mwarn - \033[0m' + s);
|
||||
}
|
||||
|
||||
console.error = function (s) {
|
||||
console.log(' \033[31merror - \033[0m' + s);
|
||||
}
|
||||
|
||||
requirejs([
|
||||
"Bootstrap/HttpServer",
|
||||
"Bootstrap/Socket",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue