- Add real text to game mode
    - Add WASD ZQSD select (front)
This commit is contained in:
Mathis Degryck
2024-10-02 22:10:07 +02:00
parent aab0b9397c
commit d3fcde1f0b
5 changed files with 144 additions and 14 deletions

View File

@ -66,7 +66,7 @@
</div>
</div>
<div class="centered-text">Click on the screen to play</div>
<div class="centered-text">Click on the TV screen to play</div>
<div id="chatButton">
<span class="notification-badge"></span>
<img src="/static/img/homePage/bulle.png">

View File

@ -91,17 +91,50 @@
<div id="whatGame">
<p>The key to success is timing and precision, as you need to position your paddle correctly to deflect the ball at the right angle.</p>
<span class="line"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet velit vitae lorem tempor auctor. In tempor ac ex ut finibus. Duis lobortis non justo eu venenatis.</p>
<div class="keys">
<div class="key">
<p>W</p>
</div>
<div class="key">
<p>S</p>
</div>
<div class="key">
<img src="/static/img/lobbyPage/up-arrow.svg"></img>
</div>
<div class="key">
<img id="down-key" src="/static/img/lobbyPage/up-arrow.svg"></img>
</div>
</div>
<div class="select-line">
<div class="select-keys">US</div>
<div class="not-select-keys">FR</div>
</div>
</div>
</div>
<div class="menuSelected" id="multiOnlineSelected">
<div id="whatGame">
<p>The key to success is timing and precision, as you need to position your paddle correctly to deflect the ball at the right angle.</p>
<p>Face off in a revolutionary Pong game like never before, where the action takes place on both the floor and ceiling thanks to gravity inverters, offering a fun and unique gameplay experience!</p>
<span class="line"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet velit vitae lorem tempor auctor. In tempor ac ex ut finibus. Duis lobortis non justo eu venenatis.</p>
<div class="keys">
<div class="key">
<p>W</p>
</div>
<div class="key">
<p>A</p>
</div>
<div class="key">
<p>S</p>
</div>
<div class="key">
<p>D</p>
</div>
</div>
<div class="select-line">
<div class="select-keys">US</div>
<div class="not-select-keys">FR</div>
</div>
</div>
<div class="skin-select">
<div class="barSelection" id="bar">
@ -114,9 +147,26 @@
<div class="menuSelected" id="rankedSelected">
<div id="whatGame">
<p>AAAAAAAAAA</p>
<p>Prove your skills in ranked Pong mode! Compete against players worldwide, climb the leaderboard, and show everyone you've got what it takes to reach the top!</p>
<span class="line"></span>
<p>BBBBBBBBBB</p>
<div class="keys">
<div class="key">
<p>W</p>
</div>
<div class="key">
<p>A</p>
</div>
<div class="key">
<p>S</p>
</div>
<div class="key">
<p>D</p>
</div>
</div>
<div class="select-line">
<div class="select-keys">US</div>
<div class="not-select-keys">FR</div>
</div>
</div>
<div class="skin-select">
@ -131,13 +181,28 @@
<div class="menuSelected" id="tournamentSelected">
<div id="whatGame">
<p>CCCCCCCCCC</p>
<p>Compete in the ultimate Pong Tournament with up to 8 players, only the best will claim victory!</p>
<span class="line"></span>
<p>DDDDDDDDDD</p>
<br/><br/><br/><br/>
<div class="keys">
<div class="key">
<p>W</p>
</div>
<div class="key">
<p>A</p>
</div>
<div class="key">
<p>S</p>
</div>
<div class="key">
<p>D</p>
</div>
</div>
<div class="select-line">
<div class="select-keys">US</div>
<div class="not-select-keys">FR</div>
</div>
<span class="line"></span>
<p style="text-align: center;">Tournament code</p>
<br/>
<input id="tournamentCode" class="search-input" type="text" placeholder="Enter the tournament code (empty for create one)">
</div>