Update gitignore
Add some new overlays
This commit is contained in:
parent
e5f37bd3b6
commit
d7f6d4089f
5 changed files with 70 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ ffmpeg.exe
|
||||||
gifsupport/js/
|
gifsupport/js/
|
||||||
gifsupport/*.map
|
gifsupport/*.map
|
||||||
resources/custom
|
resources/custom
|
||||||
|
package-lock.json
|
|
@ -21,6 +21,21 @@
|
||||||
"offset": 530
|
"offset": 530
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"chicken": {
|
||||||
|
"src": "./resources/Chicken.png",
|
||||||
|
"z": 0,
|
||||||
|
"anchor": {
|
||||||
|
"x": {
|
||||||
|
"position": 50,
|
||||||
|
"offset": 475,
|
||||||
|
"size": 600
|
||||||
|
},
|
||||||
|
"y": {
|
||||||
|
"position": 100,
|
||||||
|
"offset": 530
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"turtle": {
|
"turtle": {
|
||||||
"src": "./resources/TurtleTemplate.png",
|
"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": [
|
"space": [
|
||||||
{
|
{
|
||||||
"src": "./resources/AstronautMask.png",
|
"src": "./resources/AstronautMask.png",
|
||||||
|
@ -464,6 +516,23 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filter": "pride"
|
"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": [
|
"couch": [
|
||||||
{
|
{
|
||||||
|
|
BIN
resources/CatEars.png
Normal file
BIN
resources/CatEars.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
resources/Chicken.png
Normal file
BIN
resources/Chicken.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
resources/TransPrideOverlay.png
Normal file
BIN
resources/TransPrideOverlay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in a new issue