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

.

parent b09e71e7
No related branches found
No related tags found
No related merge requests found
...@@ -433,7 +433,7 @@ class PILSVG(PILGL): ...@@ -433,7 +433,7 @@ class PILSVG(PILGL):
pilTrack = self.dScenery[0] pilTrack = self.dScenery[0]
else: else:
pilTrack = self.dBuildings[a] pilTrack = self.dBuildings[a]
elif self.background_grid[col][row] > 5: elif self.background_grid[col][row] > 5 or ((col + row + col * row) % 10 > 7):
a = int(self.background_grid[col][row]) - 5 a = int(self.background_grid[col][row]) - 5
a = a % len(self.dScenery) a = a % len(self.dScenery)
if (col + row + col * row) % 10 > 2: if (col + row + col * row) % 10 > 2:
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "d97b62cfb71442548d19f76225810450", "model_id": "7783247e5f2146e293236d2426248f90",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
......
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