-new interior

This commit is contained in:
gocivici 2024-03-15 17:20:45 +03:00
parent 05e9f992df
commit e65a90efc2
8 changed files with 8 additions and 4 deletions

View File

@ -19,8 +19,9 @@ before and after the text */
the other elements, you will need to move that div outside
of the container */
.credits{
margin-top: 20px;
margin-top: 10px;
font-size: 12px;
color: rgb(162, 162, 162);
}
.loungeText ul{
font-size: 15px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/img/baackground2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/baackground3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
public/img/baackground4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -80,8 +80,8 @@
<h4>Café</h4>
</button></a></li>
<!-- <li><a href="#"><button><img class="icon" style="vertical-align: middle;" src="./icons/tools_gear-0.png"></img><h4>DIY</h4></button></a></li> -->
<li><button disabled onclick="location.href='/about';" class=""><img
class="icon" style="vertical-align: middle;filter: grayscale(100%);" src="/images/icons/help_sheet-0.png"></img>
<li><button onclick="location.href='https://gorkem.cc/about';" class=""><img
class="icon" style="vertical-align: middle;" src="/images/icons/help_sheet-0.png"></img>
<h4>About</h4>
</button></li>
<li><button disabled><img class="icon" style="vertical-align: middle; filter: grayscale(100%);"
@ -153,7 +153,10 @@
<li>You can change your character with <code>/dino</code> followed by <code>1,2,3,4</code> eg. <code>/dino 2</code> </li>
<li>Use the textbox to <strong>chat</strong> and the emoji button to send <strong>emojis</strong></li>
<li>Be nice & Have fun!</li>
<div class="credits"> Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a> </div>
<div class="credits">
Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a>
Interior sprites by <a href="https://shubibubi.itch.io/cozy-interior" target="_blank">@shubibubi</a></div>
</ul>
</aside>