mirror of
https://git.wownero.com/dsc/craiyon-irc.git
synced 2024-08-15 01:03:24 +00:00
new background
This commit is contained in:
parent
07ac409352
commit
3f5977aa83
2 changed files with 4 additions and 0 deletions
BIN
bg-2600nl.jpg
Normal file
BIN
bg-2600nl.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
4
main.py
4
main.py
|
@ -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…
Add table
Add a link
Reference in a new issue