moved controller position and updated faq

This commit is contained in:
jenz 2026-06-08 12:13:16 +01:00
parent d02a51f0ca
commit f49ad6e399

View File

@ -51,8 +51,8 @@
#queue-panel {
position: fixed;
top: 10px;
right: 10px;
top: 40px;
left: 10px;
background: rgba(0,0,0,0.75);
padding: 10px 14px;
border-radius: 4px;
@ -139,6 +139,10 @@
<h3>Want to chat with us?</h3>
<p>We have our own self hosted stoat instance: https://unloze.com/stoat/</p>
</div>
<div class="faq-item">
<h3>Render Distance</h3>
<p>For the sake of optimizing game performance we sometimes dont render far distant objects to the web client.</p>
</div>
<div class="faq-item">
<h3>⚠️ Opening the in-game menu</h3>
<p>Press ESC to release mouse control, then press ESC again to open the menu.</p>