new background

This commit is contained in:
dsc 2022-07-20 15:00:11 +02:00
parent 07ac409352
commit 3f5977aa83
2 changed files with 4 additions and 0 deletions

BIN
bg-2600nl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

View File

@ -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