-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix laundromat section only show on visible dots
- Loading branch information
1 parent
5a4e7cc
commit 1dad7ff
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ | |
<link rel="canonical" href="https://sharkiller.ddns.net/nopixel_minigame/4.0/laundromat/" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=0.4"> | ||
<link rel="icon" type="image/png" href="favicon.ico" sizes="32x32" /> | ||
<link rel="stylesheet" type="text/css" href="minigame.css?v=20240213"> | ||
<link rel="stylesheet" type="text/css" href="minigame.css?v=20240220"> | ||
<script src="https://unpkg.com/[email protected]/konva.min.js"></script> | ||
<script defer src="minigame.js?v=20240213"></script> | ||
<script defer src="minigame.js?v=20240220"></script> | ||
<script> // Microsoft Bing | ||
(function(c,l,a,r,i,t,y){ | ||
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; | ||
|
@@ -31,6 +31,7 @@ <h3 class="description"> | |
Play the NoPixel Laundromat Minigame and match the correct colors. | ||
<br><br> | ||
<u>How to play:</u> Rotate the dots with ← and → or A and D to match the outer circle color.<br> | ||
Press [ENTER] to confirm position. You can restart the minigame pressing [R]. | ||
</h3> | ||
<div class="streaks"> | ||
STREAK: <span class="streak">0</span> <span class="fa"></span> MAX STREAK: <span class="max_streak">0</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters