implemented clientReady and changed loading of assets, fixed unique ragdoll id

This commit is contained in:
Jeena 2014-02-24 17:41:01 +01:00
parent f578b92734
commit 695008afd8
278 changed files with 306 additions and 287 deletions

View file

@ -14,21 +14,6 @@
color: white;
font-family: monospace;
}
#loading {
border: 1px solid white;
display: table-cell;
vertical-align: middle;
height: 100%;
}
#loaded {
height: 10px;
margin: 0;
padding: 0;
border: 1px solid black;
background: white;
}
#canvasContainer {
/*
@ -70,9 +55,7 @@
</style>
</head>
<body>
<div id="loading"><p id="loaded"></p></div>
<div id="canvasContainer">
</div>
<div id="canvasContainer"></div>
<script data-main="client" src="require.js"></script>
</body>
</html>