forked from InertSteak/Pokermon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
33 lines (33 loc) · 835 Bytes
/
config.lua
File metadata and controls
33 lines (33 loc) · 835 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
return {
["shiny_playing_cards"]=false,
["detailed_tooltips"]=true,
["precise_energy"]=true,
["pokeballs"]=true,
["no_evos"]=false,
["pokemon_only"]=true,
["pokemon_splash"]=true,
["pokemon_title"]=true,
["pokemon_num"]=true,
["unlimited_energy"]=false,
["jokers_only"]=false,
["gen_one"]=true,
["gen_oneb"]=true,
["gen_two"]=true,
["gen_three"]=true,
["gen_four"]=true,
["gen_five"]=true,
["gen_six"]=true,
["gen_seven"]=true,
["gen_eight"]=true,
["gen_nine"]=true,
["hazards_on"]=true,
["pokemon_discovery"]=true,
["pokemon_altart"]=true,
["previous_evo_stickers"]=true,
["poke_enable_animations"]=true,
["pokemon_aprilfools"]=false,
["pokemon_legacy"]=false,
["pokemon_spritesheet_id"]=2,
["pokemon_spritesheet_atlas"]="SeriesA",
["pokemon_spritesheet_overrides"] = {}
}