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

rendering nicer

parent a6d1326a
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ class PILSVG(PILGL):
elif (self.background_grid[col][row] > 4) or ((col ** 3 + row ** 2 + col * row) % 10 == 0):
a = int(self.background_grid[col][row]) - 4
a2 = (a + (col + row + col * row + col ** 3 + row ** 4))
if a2 % 17 > 11:
if a2 % 64 > 11:
a = a2
pil_track = self.scenery[a % len(self.scenery)]
......
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