Skip to content

Commit 5f486f2

Browse files
committed
improve the playground demo
1 parent 07e490c commit 5f486f2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

public/app.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.24.2";
2+
const version = "2.24.3";
33

44
const precacheResources = [
55
"/",

src/demo.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function init() {
1919
function tapped(x, y) {
2020
posx = x
2121
posy = y
22+
sfx() // play a sound effect
2223
}
2324
2425
// this function controls the game logic

0 commit comments

Comments
 (0)