letting player spawn. hiding three.js canvas

This commit is contained in:
Logsol 2013-01-04 01:03:41 +01:00
parent 4767632f3d
commit 6219a82fbd
5 changed files with 24 additions and 15 deletions

View file

@ -21,6 +21,9 @@
background: #333;
margin: 10px;
}
#canvasContainer canvas:first-child {
display: none;
}
</style>
</head>
<body>