-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirefly.toml
More file actions
39 lines (35 loc) · 778 Bytes
/
Copy pathfirefly.toml
File metadata and controls
39 lines (35 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
author_id = "olle"
app_id = "lampy"
author_name = "Olle & Catboots"
app_name = "Lampy"
[files]
_manual = { path = "manual" }
spritesheet = { path = "assets/spritesheet.png", palette = "steam-lords" }
font_large = { path = "assets/kenney_16x16.fff" }
font_small = { path = "assets/pico8_4x6.fff" }
music_loop = { path = "assets/loop.wav" }
pling = { path = "assets/score.wav" }
[badges]
1 = { name = "wins", steps = 10, descr = "Win 10 times" }
[cheats]
restart = 1
debug = 2
add-points = 3
# https://lospec.com/palette-list/steam-lords
[palettes.steam-lords]
1 = 0x213b25
2 = 0x3a604a
3 = 0x4f7754
4 = 0xa19f7c
5 = 0x77744f
6 = 0x775c4f
7 = 0x603b3a
8 = 0x3b2137
9 = 0x170e19
10 = 0x2f213b
11 = 0x433a60
12 = 0x4f5277
13 = 0xde5d49
14 = 0xe533e8
15 = 0x70eb44
16 = 0x43b1e8