Skip to content
Snippets Groups Projects
Commit 9131c24f authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

background changed to green

parent fa4d3966
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ class Zug(object): ...@@ -105,7 +105,7 @@ class Zug(object):
class Track(object): class Track(object):
def __init__(self): def __init__(self):
dFiles = { dFiles = {
"": "Background_#91D1DD.svg", "": "Background_#9CCB89.svg",
"WE": "Gleis_Deadend.svg", "WE": "Gleis_Deadend.svg",
"WW EE NN SS": "Gleis_Diamond_Crossing.svg", "WW EE NN SS": "Gleis_Diamond_Crossing.svg",
"WW EE": "Gleis_horizontal.svg", "WW EE": "Gleis_horizontal.svg",
...@@ -132,7 +132,7 @@ class Track(object): ...@@ -132,7 +132,7 @@ class Track(object):
lDirs = list("NESW") lDirs = list("NESW")
svgBG = SVG("./svg/Background_#91D1DD.svg") svgBG = SVG("./svg/Background_#9CCB89.svg")
for sTrans, sFile in dFiles.items(): for sTrans, sFile in dFiles.items():
svg = SVG("./svg/" + sFile) svg = SVG("./svg/" + sFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment