Added /ban
This commit is contained in:
parent
480e66abdf
commit
d1aafe93d0
3 changed files with 306 additions and 280 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ run_forever
|
|||
ffmpeg.exe
|
||||
gifsupport/js/
|
||||
gifsupport/*.map
|
||||
resources/custom
|
||||
|
|
|
@ -95,7 +95,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"comfy": [{
|
||||
"comfy": [
|
||||
{
|
||||
"src": "./resources/ComfyTemplate.png",
|
||||
"z": 2,
|
||||
"anchor": {
|
||||
|
@ -110,7 +111,8 @@
|
|||
"size": 380
|
||||
}
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
"src": "./resources/ComfyBackground.png",
|
||||
"z": 0,
|
||||
"anchor": {
|
||||
|
@ -125,7 +127,8 @@
|
|||
"size": 500
|
||||
}
|
||||
}
|
||||
}],
|
||||
}
|
||||
],
|
||||
"netneutrality": {
|
||||
"src": "./resources/NetNeutrality.png",
|
||||
"z": 2,
|
||||
|
@ -189,7 +192,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"snowman": [{
|
||||
"snowman": [
|
||||
{
|
||||
"src": "./resources/SnowMan.png",
|
||||
"z": 0,
|
||||
"anchor": {
|
||||
|
@ -203,7 +207,8 @@
|
|||
"offset": 60
|
||||
}
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"src": "./resources/SnowManHat.png",
|
||||
"z": 2,
|
||||
"anchor": {
|
||||
|
@ -217,7 +222,8 @@
|
|||
"offset": 50
|
||||
}
|
||||
}
|
||||
}],
|
||||
}
|
||||
],
|
||||
"thinking": {
|
||||
"src": "./resources/thinking.png",
|
||||
"z": 2,
|
||||
|
@ -249,7 +255,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"omegalul": [{
|
||||
"omegalul": [
|
||||
{
|
||||
"src": "./resources/OmegaLULTemplate.png",
|
||||
"z": 2,
|
||||
"anchor": {
|
||||
|
@ -264,7 +271,8 @@
|
|||
"size": 100
|
||||
}
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
"src": "./resources/OmegaLULBackground.png",
|
||||
"z": 0,
|
||||
"anchor": {
|
||||
|
@ -279,7 +287,8 @@
|
|||
"size": 128
|
||||
}
|
||||
}
|
||||
}],
|
||||
}
|
||||
],
|
||||
"shoot": {
|
||||
"src": "./resources/BulletHole.png",
|
||||
"z": 2,
|
||||
|
@ -297,6 +306,22 @@
|
|||
"size": "130*5"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ban": {
|
||||
"src": "./resources/BanTemplate.png",
|
||||
"z": 2,
|
||||
"anchor": {
|
||||
"x": {
|
||||
"position": 50,
|
||||
"offset": 512,
|
||||
"size": 1200
|
||||
},
|
||||
"y": {
|
||||
"position": 50,
|
||||
"offset": 500,
|
||||
"size": 1200
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
resources/BanTemplate.png
Normal file
BIN
resources/BanTemplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Reference in a new issue