Merge pull request (#7) from href into dev

This commit is contained in:
5803025047 2025-11-26 21:09:16 -05:00
commit 6c503fe010
3 changed files with 11 additions and 5 deletions

View File

@ -46,6 +46,12 @@
background-size: cover;
}
.container-first {
background-image: url(/src/assets/Design/CAVEBOSSFIGHT.png);
background-repeat: no-repeat;
background-size: cover;
image-rendering: pixelated;
}
.container-first .content .boss {
width: 100%;

View File

@ -16,10 +16,10 @@
<div class="text">
<p>selamat datang di python games _____</p>
<div class="opt">
<p>a. panteks</p>
<p>b. anjas</p>
<p>c. hell nah</p>
<p>d. my kisah</p>
<p draggable="true">a. panteks</p>
<p draggable="true">b. anjas</p>
<p draggable="true">c. hell nah</p>
<p draggable="true">d. my kisah</p>
</div>
</div>
</div>

View File

@ -24,7 +24,7 @@ session_start();
?>
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
<div class="menu">
<a data-aos="zoom-out" data-aos-duration="2000" href="/src/game/thirdperson.html">Game Start</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="src/game/thirdperson.html">Game Start</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="leaderboard.php">leaderboard</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="">Credit</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>