Made UI Elements disable when selecting to avoid interferance

This commit is contained in:
Ronnie 2025-05-27 22:06:58 -04:00
parent cc85cc9981
commit 634f8ee187
3 changed files with 33 additions and 4 deletions

View file

@ -46,7 +46,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- styles -->
<link rel="stylesheet" href="styles.css?version=2">
<link rel="stylesheet" href="styles.css?version=3">
</head>
<body>
<div class="container">
@ -143,6 +143,6 @@
</div>
</div>
</div>
<script src="game.js?version=2""></script>
<script src="game.js?version=3""></script>
</body>
</html>