Skip to content

Commit 73b0def

Browse files
committed
improve warning
1 parent 7b00b11 commit 73b0def

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

public/about.html

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -118,30 +118,22 @@
118118
<img src="icons/icon-nobg.png" alt="litecanvas icon" />
119119
<h1>LITECANVAS</h1>
120120
<nav>
121-
<a href="https://github.com/litecanvas/game-engine"
122-
>Main Repository</a
123-
>
124-
| <a href="https://litecanvas.js.org/">Playground</a> |
125-
<a href="https://github.com/litecanvas/game-engine#basic-demos"
126-
>Demos</a
127-
>
128-
|
129-
<a href="https://www.npmjs.com/search?q=keywords:litecanvas"
130-
>Plugins</a
131-
>
132-
|
121+
<a href="https://litecanvas.js.org/">Playground</a> |
122+
<a href="https://github.com/litecanvas/game-engine">Github</a> |
123+
<a href="https://github.com/litecanvas/game-engine#basic-demos">Demos</a> |
124+
<a href="https://www.npmjs.com/search?q=keywords:litecanvas">Plugins</a> |
133125
<a href="#tools">Tools</a>
134126
</nav>
135127
<nav id="social">
136128
<a
137129
href="https://discord.com/invite/r2c3rGsvH3"
138-
rel="nofollow noopener"
130+
rel="noopener"
139131
target="_blank"
140132
><img src="images/badges/discord.png" alt="Discord Server"
141133
/></a>
142134
<a
143135
href="https://bills.itch.io/litecanvas"
144-
rel="nofollow noopener"
136+
rel="noopener"
145137
target="_blank"
146138
><img src="images/badges/itch.png" alt="itch.io page"
147139
/></a>
@@ -152,10 +144,6 @@ <h1>LITECANVAS</h1>
152144
Litecanvas is a lightweight HTML5 canvas engine suitable for small web games, prototypes, game jams, animations, creative programming, learning game programming and game design, etc. Just install our NPM package or load/download the CDN by adding it as a script tag in your HTML.
153145
</p>
154146

155-
<p>
156-
<strong>This project is still under development. All feedback is appreciated! For bugs, suggestions or contribuitions open a issue in our <a href="https://github.com/litecanvas/game-engine">Github Repository</a>.</strong>
157-
</p>
158-
159147
<p id="install">
160148
<strong>CDN</strong>:
161149
<code onclick="selectText(this)"
@@ -168,10 +156,16 @@ <h1>LITECANVAS</h1>
168156
<code onclick="selectText(this)">npm install litecanvas</code>
169157
</p>
170158

159+
<p style="color: #f76707;">
160+
<em><strong>Note:</strong> This project is still under development. All feedback is appreciated! For bugs, suggestions or contribuitions open a issue in our <a href="https://github.com/litecanvas/game-engine">Github Repository</a>.</em>
161+
</p>
162+
171163
<p>
172164
<button class="no-print" onclick="window.print()">Print PDF</button>
173165
</p>
174166

167+
168+
175169
<nav class="no-print">
176170
<strong>API</strong>: <a href="#colors">Colors</a> |
177171
<a href="#settings">Configuration</a> |

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 = "2.24.0";
2+
const version = "2.24.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)