new background

master
dsc 2 years ago
parent 07ac409352
commit 3f5977aa83

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

@ -52,6 +52,10 @@ class Task:
bg = Image.open('bg-pools.jpg')
term_max = 60
term_x_start = 100
if MODE == "2600nl":
bg = Image.open('bg-2600nl.jpg')
term_max = 52
term_x_start = 230
else:
bg = Image.open('bg-wownero.jpg')
term_max = 52

Loading…
Cancel
Save