mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 17:18:47 +00:00
Fix room ID color
This commit is contained in:
parent
153fd3c39c
commit
fc8380bcb7
1 changed files with 3 additions and 3 deletions
6
static/index_ws.html
vendored
6
static/index_ws.html
vendored
|
|
@ -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 /-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue