diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py index 1cf8b851ae306f177a35a87da6949aeb54d3e5d4..bca964c960ee55d0d110e9c9e71d6b4481d93215 100644 --- a/flatland/utils/graphics_pil.py +++ b/flatland/utils/graphics_pil.py @@ -395,8 +395,9 @@ class PILSVG(PILGL): (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") + # temporary workaround for trains / agents renamed with different colour: a3BaseColor = self.rgb_s2i("d50000") self.dPilZug = {}