Rebuild in modular fashion
This commit is contained in:
parent
cfd5b0ca34
commit
3b5cb360d5
28 changed files with 1238 additions and 694 deletions
22
variables-template.py
Normal file
22
variables-template.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
"""
|
||||
User-defined variables live here.
|
||||
"""
|
||||
|
||||
endlessgames = []
|
||||
|
||||
orgpath = ""
|
||||
|
||||
localpath = ""
|
||||
|
||||
serverpath = ""
|
||||
|
||||
description = ""
|
||||
|
||||
consoles = [{"code":"ps5","name":"PlayStation 5","shortname":"PS5","img":"PS5"},
|
||||
{"code":"ps2","name":"PlayStation 2","shortname":"PS2","img":"PS2"},
|
||||
{"code":"ps3","name":"PlayStation 3","shortname":"PS3","img":"PS3"},
|
||||
{"code":"xbox 360","name":"Xbox 360","shortname":"Xbox360","img":"360"},
|
||||
{"code":"nintendo ds","name":"Nintendo DS","shortname":"DS","img":"NDS"},
|
||||
{"code":"nintendo 3ds","name":"Nintendo 3DS","shortname":"3DS","img":"3DS"},
|
||||
{"code":"nintendo switch","name":"Nintendo Switch","shortname":"Switch","img":"Switch"},
|
||||
{"code":"pc","name":"PC","shortname":"PC","img":"PC"}]
|
Loading…
Add table
Add a link
Reference in a new issue