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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue