Skip to content
Snippets Groups Projects
Commit d77ecfd1 authored by Erik Nygren's avatar Erik Nygren
Browse files

Merge branch 'master' of gitlab.aicrowd.com:flatland/flatland

parents cc5a5b70 507ac6b9
No related branches found
No related tags found
No related merge requests found
...@@ -395,8 +395,9 @@ class PILSVG(PILGL): ...@@ -395,8 +395,9 @@ class PILSVG(PILGL):
(0, 3): "svg/Zug_2_Weiche_#0091ea.svg" (0, 3): "svg/Zug_2_Weiche_#0091ea.svg"
} }
# "paint" color of the train images we load # "paint" color of the train images we load - this is the color we will change.
# a3BaseColor = self.rgb_s2i("0091ea") # a3BaseColor = self.rgb_s2i("0091ea")
# temporary workaround for trains / agents renamed with different colour:
a3BaseColor = self.rgb_s2i("d50000") a3BaseColor = self.rgb_s2i("d50000")
self.dPilZug = {} self.dPilZug = {}
......
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