Skip to content

Commit 0dcfbb6

Browse files
committed
update cheatsheet
1 parent a01c6ec commit 0dcfbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h3>Extra packages</h3>
734734
</a>
735735
</strong>
736736
<br>
737-
<small>Tip: Call <strong><code>textfont(PIXEL_FONT_BASIC)</code></strong> to activate the pixel font.</small>
737+
<small>Tip: Call <strong><code>textfont(PIXEL_FONT_BASIC)</code></strong> or <strong><code>textfont(PIXEL_FONT_MINI)</code></strong> to use pixel fonts.</small>
738738
</li>
739739
<li>
740740
<strong>

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2025.7.22.1";
2+
const version = "2025.7.22.2";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)