Compare commits

..

4 Commits

Author SHA1 Message Date
6c503fe010 Merge pull request (#7) from href into dev 2025-11-26 21:09:16 -05:00
Matthew Florentino
61a5fedd6e design: ambil gambar 2025-11-27 09:04:35 +07:00
Matthew Florentino
1b1d74aefc design: Ambil folder Design dari branch dev 2025-11-26 17:22:24 +07:00
Matthew Florentino
b8be39b1e4 bug: mau solve bug 2025-11-26 17:21:05 +07:00
3 changed files with 11 additions and 5 deletions

View File

@ -46,6 +46,12 @@
background-size: cover; 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 { .container-first .content .boss {
width: 100%; width: 100%;

View File

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

View File

@ -24,7 +24,7 @@ session_start();
?> ?>
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1> <h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
<div class="menu"> <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="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="">Credit</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a> <a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>