Added a few games to games list
This commit is contained in:
@@ -9,7 +9,11 @@ games = ["Left 4 Dead 2",
|
|||||||
"Borderlands",
|
"Borderlands",
|
||||||
"Stardew Valley",
|
"Stardew Valley",
|
||||||
"Viscera Cleanup Detail",
|
"Viscera Cleanup Detail",
|
||||||
"SCP"]
|
"SCP",
|
||||||
|
"Satisfactory",
|
||||||
|
"Backrooms (Alternate Ending)",
|
||||||
|
"Magicka 2",
|
||||||
|
]
|
||||||
|
|
||||||
def pick_game():
|
def pick_game():
|
||||||
|
|
||||||
|
|||||||
2
list.txt
2
list.txt
@@ -1,8 +1,10 @@
|
|||||||
Schemas -
|
Schemas -
|
||||||
GAMEINFO:
|
GAMEINFO:
|
||||||
ID, NAME, GENRE, GAMEPASS
|
ID, NAME, GENRE, GAMEPASS
|
||||||
|
|
||||||
WHOOWNSIT (bitmap index):
|
WHOOWNSIT (bitmap index):
|
||||||
ID, MARCUS, BENSON, ALEX, TIM
|
ID, MARCUS, BENSON, ALEX, TIM
|
||||||
|
|
||||||
GAMEFACTORS:
|
GAMEFACTORS:
|
||||||
ID, BRAINLEVEL, TIMETOPLAY, CAMPAIGN
|
ID, BRAINLEVEL, TIMETOPLAY, CAMPAIGN
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user