mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Added debug canvas and webgl render canvas, added viewcontroller
This commit is contained in:
parent
486cb4f312
commit
dd71bf79a9
9 changed files with 224 additions and 109 deletions
2
client.js
Normal file → Executable file
2
client.js
Normal file → Executable file
|
|
@ -4,7 +4,7 @@ requirejs.config({
|
|||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Client/Networker", "SocketIO"], function(Networker, SocketIO) {
|
||||
requirejs(["Client/Networker", "Vendor/SocketIO"], function(Networker, SocketIO) {
|
||||
var socket = SocketIO.connect(location.href);
|
||||
var networker = new Networker(socket);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue