mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Added baby Shiba + added heal boy function and choice window (needs to be implemented)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
<title>PetPet</title>
|
||||
</head>
|
||||
<body>
|
||||
<dialog id="chui" open>
|
||||
<p>:OOOO</p>
|
||||
<a href="./Games/" style="color: #fff;text-decoration: none;font-size: 20px;">:0000</a>
|
||||
</dialog>
|
||||
<div id="blurs"></div>
|
||||
<article class="cash">
|
||||
<img src="./img/mone.png" style="height: 1rem;">
|
||||
<p>Money: <span>0</span></p>
|
||||
@@ -34,7 +39,7 @@
|
||||
</article>
|
||||
<article class="item">
|
||||
<p>Health: <span id="heaN"></span></p>
|
||||
<button class="actBTN" onclick="">Heal</button>
|
||||
<button class="actBTN" onclick="healBoy()">Heal</button>
|
||||
</article>
|
||||
</div>
|
||||
<div class="games">
|
||||
|
||||
Reference in New Issue
Block a user