Skip to content

Commit 9110a21

Browse files
committed
add palette files
1 parent bf3e1c1 commit 9110a21

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

public/about.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,10 @@ <h2><a id="colors">Default Colors</a></h2>
236236

237237
<img src="images/colors.png" alt="Default Color Palette" />
238238

239+
<p>Download: <a href="/misc/litecanvas-palette.gpl">GPL</a> <a href="/misc/litecanvas-palette.json" download>JSON</a></p>
240+
239241
<p>
240-
<em>Every time a function asks for a color argument, choose one of these numbers.</em>
242+
<em>Note: Every time a function asks for a color argument, choose one of these numbers.</em>
241243
</p>
242244

243245
<h2><a id="settings">Game Configuration</a></h2>

public/misc/litecanvas-palette.gpl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
GIMP Palette
2+
#Palette Name: Litecanvas
3+
#Description: The default palette used in the Litecanvas HTML5 game engine.
4+
#Colors: 12
5+
17 17 17 111111
6+
106 119 153 6a7799
7+
174 194 194 aec2c2
8+
255 241 232 FFF1E8
9+
232 59 59 e83b3b
10+
250 188 32 fabc20
11+
21 95 217 155fd9
12+
60 188 252 3cbcfc
13+
50 115 69 327345
14+
99 198 77 63c64d
15+
108 44 31 6c2c1f
16+
172 124 0 ac7c00

public/misc/litecanvas-palette.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Litecanvas","author":"Luiz Bills","colors":["111","6a7799","aec2c2","FFF1E8","e83b3b","fabc20","155fd9","3cbcfc","327345","63c64d","6c2c1f","ac7c00"]}

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.40.0";
2+
const version = "2.41.0";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)