Moved stuff, fixed stuff, added avoids

This commit is contained in:
Casey 2024-07-04 16:53:34 +03:00
parent 5f8cda7c8a
commit 40d7bfba33
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
18 changed files with 37 additions and 25 deletions

13
.gitignore vendored
View File

@ -1,17 +1,8 @@
*.py[cow]
__pycache__/
venv/
index.5da4dcc7.js
index.5da4dcc7.js.map
index.js
state.*
bot.py
boykisser-big.png
image.png
logs.txt
rgb111-full.png
state-new.json
settings.json
_junk/
screenshots/
settings.json
avoid.png
result.png

View File

@ -138,7 +138,7 @@ async def amain():
)
elif avoid["type"] == "range":
mgr.add_avoid_range(
avoid["start"], avoid["stop"], avoid["step"]
avoid["start"], avoid["stop"], avoid.get("step", 1)
)
for elem in settings["elements"]:
if elem["type"] == "text":

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
pictures/boykisser-big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 763 B

After

Width:  |  Height:  |  Size: 763 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 591 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -20,56 +20,77 @@
"w": 231,
"h": 326,
"description": "The Bald Critic"
},
{
"type": "rect",
"x": 0,
"y": 750,
"w": 123,
"h": 123,
"description": "catgirls.win QR code"
},
{
"type": "range",
"start": 900000,
"stop": 1000000,
"description": "catgirls.win text (both b64 and plain)"
},
{
"type": "rect",
"x": 400,
"y": 750,
"w": 400,
"h": 128,
"description": "'be gay do crime' sign"
},
{
"type": "image",
"path": "./avoid_masks/noita_black_outline_179x111.png",
"description": "Noita logo by Cr4xy"
}
],
"elements": [
{
"type": "rgb111",
"path": "./casey111.png",
"path": "./pictures/casey111.png",
"x": 240,
"y": 240
},
{
"type": "rgb111",
"path": "./trans.png",
"path": "./pictures/trans.png",
"x": 200,
"y": 200
},
{
"type": "image",
"path": "./casey.png",
"path": "./pictures/casey.png",
"x": 256,
"y": 256
},
{
"type": "image",
"path": "./kangel.png",
"path": "./pictures/kangel.png",
"x": 256,
"y": 360
},
{
"type": "image",
"path": "./boykisser.png",
"path": "./pictures/boykisser.png",
"x": 69,
"y": 420
},
{
"type": "image",
"path": "./astley.png",
"path": "./pictures/astley.png",
"x": 150,
"y": 420
},
{
"type": "image",
"path": "./colon3.png",
"path": "./pictures/colon3.png",
"x": 333,
"y": 333
},
{
"type": "text",
"text": "7H3 V01D C0N5UME5 U5 ALL",
"x": 32,
"y": 32
}
]
}