Skip to content

Commit

Permalink
4 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Feb 24, 2024
1 parent 02902df commit 5fdb99b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/GameMood/Miss_story.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Missioni-storia per le varie Bocchette</h2>
<div style="width: 200px; height: auto; background-color: #085fca; border-radius: 7px; margin-right: 7px;">
<hx name="title" style="color: white; margin-inline: 0%">Gioca l'evento esclusivo</hx>
<br/>
<hx name="descriz" style="color: darkgray; font-size: small">Clicca <a href="">qui</a> per giocare una battaglia esclusiva</hx>
<hx name="descriz" style="color: darkgray; font-size: small">Clicca QUI per giocare una battaglia esclusiva</hx>
<br/><strong>0/-</strong><br/>
<hx style="color: white; margin-top: 20px">Ricompensa: 35 punti Exp</hx>
</div>
Expand Down
8 changes: 7 additions & 1 deletion game/MenuBocch/SelectBocch.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@
</div>

</body>
</html>
</html>

<style>
* {
user-select: none;
}
</style>
6 changes: 6 additions & 0 deletions game/MenuTecnic.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
</body>
</html>

<style>
* {
user-select: none;
}
</style>

<script>//Inserisce le teniche selezionate nel pannello
function STecnicS1(ST1) {
const TS1Tag = document.getElementById('TS1');
Expand Down
8 changes: 7 additions & 1 deletion game/shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,10 @@
</div>
</div>
</body>
</html>
</html>

<style>
* {
user-select: none;
}
</style>

0 comments on commit 5fdb99b

Please sign in to comment.