forked from SpectralPack/Cryptid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
14 lines (14 loc) · 668 Bytes
/
config.lua
File metadata and controls
14 lines (14 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
["Cryptid"] = {
["jimball_music"] = true, -- plays funkytown when jimball
["code_music"] = true, -- plays code music when code pack
["exotic_music"] = true, -- plays exotic music when exotic joker
["big_music"] = true, -- plays music when sufficiently high score
["alt_bg_music"] = true, -- plays alternate title screen music based on gameset
},
["family_mode"] = false, -- removes f*ck
["experimental"] = false, -- experimental stuff
["force_tooltips"] = true, -- acivates lovely patch to always show the desc of jokers and stuff
["HTTPS"] = true, -- your internet connection
["menu"] = true, -- Restart game and the main menu is now blue
}