Sunset
This commit is contained in:
parent
865ae22853
commit
f5c5d039ca
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -34,31 +34,60 @@
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "text",
|
||||||
"path": "../pictures/casey.png",
|
"font": "../ic8x8u.ttf",
|
||||||
"x": 0,
|
"size": 8,
|
||||||
"y": 128
|
"x": 681,
|
||||||
|
"y": 881,
|
||||||
|
"text": "tailscale backbobn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "text",
|
||||||
"path": "../pictures/casey_qr.png",
|
"font": "/usr/share/fonts/TTF/TerminusTTF.ttf",
|
||||||
"x": 10,
|
"size": 12,
|
||||||
"y": 240
|
"x": 256,
|
||||||
|
"y": 476,
|
||||||
|
"text": "https://hatkidchan.is-a.dev"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "animation",
|
"type": "text",
|
||||||
"path": "../pictures/non-reflection.gif",
|
"font": "../ic8x8u.ttf",
|
||||||
"x": 300,
|
"size": 8,
|
||||||
"y": 40,
|
"x": 40,
|
||||||
"spf": 5,
|
"y": 720,
|
||||||
"offset": -467
|
"text": "https://vprw.ru/wtr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "animation",
|
"type": "text",
|
||||||
"path": "../pictures/neko.gif",
|
"font": "../ic8x8u.ttf",
|
||||||
"spf": 30,
|
"size": 32,
|
||||||
"x": 625,
|
"x": 170,
|
||||||
"y": 496
|
"y": 400,
|
||||||
|
"text": "catgirls.win/omcb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"font": "../ic8x8u.ttf",
|
||||||
|
"size": 32,
|
||||||
|
"x": 530,
|
||||||
|
"y": 200,
|
||||||
|
"text": "LIVE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"font": "../ic8x8u.ttf",
|
||||||
|
"size": 32,
|
||||||
|
"x": 530,
|
||||||
|
"y": 232,
|
||||||
|
"text": "LOVE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"font": "../ic8x8u.ttf",
|
||||||
|
"size": 32,
|
||||||
|
"x": 530,
|
||||||
|
"y": 264,
|
||||||
|
"text": "LAIN"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -54,9 +54,7 @@ class WorkerManager:
|
||||||
if (self.shmem.buf[OFFSET_MASK + byte] & mask) == 0:
|
if (self.shmem.buf[OFFSET_MASK + byte] & mask) == 0:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if (self.shmem.buf[OFFSET_CANVAS + byte] & mask) != (
|
if 0 != (self.shmem.buf[OFFSET_CANVAS + byte] & mask):
|
||||||
self.shmem.buf[OFFSET_STATE + byte] & mask
|
|
||||||
):
|
|
||||||
await self.queue.put(index)
|
await self.queue.put(index)
|
||||||
await asyncio.sleep(0.01)
|
await asyncio.sleep(0.01)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue