Fix room ID color

This commit is contained in:
giongto35 2019-04-23 00:12:29 +08:00
parent 153fd3c39c
commit fc8380bcb7

View file

@ -11,7 +11,7 @@ textarea {
</select>
<button id="play" onclick="window.startGame()">Play</button><br/><br/>
Your current room: <b><label id="currentRoomID" style="color:white"></b> <br />
Your current room: <b><label id="currentRoomID" style="color:blue"></b> <br />
You can join a remote game by roomID.<br />
Room ID: <input type="text" id="roomID">
Play as player(1,2): <select id="playerIndex">
@ -33,8 +33,8 @@ Play as player(1,2): <select id="playerIndex">
Player 1
Use Up, Down, Left, Right to Move <br />
Z to jump (A) <br />
X to sprint (B) <br />
Z to (A) <br />
X to (B) <br />
S to save <br />
L to load <br />
<!--Fullscreen media for better gaming experience<br /-->