forked from Firch/Bunco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
21 lines (14 loc) · 980 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
return {
colorful_finishers = true; -- Makes the finisher blinds (such as Verdant Leaf) have their own colors
-- Values: true/false (default: true)
high_quality_shaders = true; -- Makes some things like the background render at a higher quality
-- Values: true/false (default: true)
jokerlike_consumable_editions = false; -- Enabling this will revert vanilla behaviour of editions on consumables - they will always affect card calculation
-- Values: true/false (default: false)
fixed_badges = false; -- Changes how badges on the planets work - "Planet" for every non-hidden planet and "Planet?" for secret poker hand planets
-- Values: true/false (default: false)
fixed_sprites = true; -- Fixes some stray pixels and various weirdness
-- Values: true/false (default: true)
gameplay_reworks = true; -- Reworks some of the vanilla features
-- Values: true/false (default: true)
}