Update gitignore

Add some new overlays
This commit is contained in:
CataIana 2021-02-07 22:37:49 +11:00
parent e5f37bd3b6
commit d7f6d4089f
5 changed files with 70 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ ffmpeg.exe
gifsupport/js/
gifsupport/*.map
resources/custom
package-lock.json

View File

@ -21,6 +21,21 @@
"offset": 530
}
}
},
"chicken": {
"src": "./resources/Chicken.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 475,
"size": 600
},
"y": {
"position": 100,
"offset": 530
}
}
},
"turtle": {
"src": "./resources/TurtleTemplate.png",
@ -82,6 +97,43 @@
}
}
},
"cat": [
{
"src": "./resources/CatEars.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 300,
"size": 500
},
"y": {
"position": 100,
"offset": 550,
"size": 500
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/CatEars.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 600
},
"y": {
"position": 0,
"offset": 0,
"size": 565
}
}
}
],
"space": [
{
"src": "./resources/AstronautMask.png",
@ -464,6 +516,23 @@
}
},
"filter": "pride"
},
"transpride": {
"src": "./resources/TransPrideOverlay.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 512
},
"y": {
"position": 0,
"offset": 0,
"size": 512
}
},
"filter": "pride"
},
"couch": [
{

BIN
resources/CatEars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
resources/Chicken.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB