moved tips to a separate file

This commit is contained in:
2025-01-05 01:19:23 +01:00
parent 4312462dec
commit d913d95793
8 changed files with 99 additions and 361 deletions
+2 -2
View File
@@ -70,11 +70,11 @@ function pauseAnimBtn(state) {
if (state == "true") {
isAnimating = true
pauseBtn.src = "/assets/pauseAnimation_8x8.png"
pauseBtn.src = "./assets/pauseAnimation_8x8.png"
}
else {
isAnimating = false
pauseBtn.src = "/assets/playAnimation_8x8.png"
pauseBtn.src = "./assets/playAnimation_8x8.png"
}
localStorage["isAnimating"] = state