Skip to content

Commit

Permalink
v1.56.2
Browse files Browse the repository at this point in the history
* update cheatsheet
  • Loading branch information
luizbills committed May 31, 2024
1 parent 0c14384 commit ff356bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ <h2><a id="settings">Game Configuration</a></h2>
// disables antialias and force integer scales
settings.pixelart = false

// by default, the litecanvas use only mouse or only touches (giving priority to the mouse)
// set this option to `true` if you are having any troubles to detect your mouse
settings.useMouse = false

// set to `false` to disable the default tap events (see TAPPED and TAPPING globals)
// useful to create your own input handler
settings.tapEvents = true
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.56.1";
const version = "1.56.2";

const precacheResources = [
"/",
Expand Down

0 comments on commit ff356bc

Please sign in to comment.