Compare commits
3 Commits
cae37e5af7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cf9586e82 | ||
|
|
9735303148 | ||
|
|
2b26fda833 |
23
package-lock.json
generated
@@ -9,7 +9,8 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^5.2.1"
|
"express": "^5.2.1",
|
||||||
|
"ws": "^8.20.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/accepts": {
|
"node_modules/accepts": {
|
||||||
@@ -773,6 +774,26 @@
|
|||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
||||||
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
||||||
|
},
|
||||||
|
"node_modules/ws": {
|
||||||
|
"version": "8.20.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
||||||
|
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"bufferutil": "^4.0.1",
|
||||||
|
"utf-8-validate": ">=5.0.2"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"bufferutil": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"utf-8-validate": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^5.2.1"
|
"express": "^5.2.1",
|
||||||
|
"ws": "^8.20.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
public/5
3
public/5/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"liveServer.settings.port": 5502
|
||||||
|
}
|
||||||
1
public/5/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
http://127.0.0.1:5502/index.html?number1=1&number2=1&show_background=0&display_none=1&move_lipps_randomly=0&move_face_imotions_randomly=1
|
||||||
BIN
public/5/bg/background004_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background004_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
public/5/bg/background004_1/images/cloud_trim.png
Normal file
|
After Width: | Height: | Size: 305 KiB |
BIN
public/5/bg/background004_1/images/sky_trim.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
50
public/5/bg/background004_1/manifest.json
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background004_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky Trim",
|
||||||
|
"image": "sky_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 760.0,
|
||||||
|
"height": 400.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 400.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1 Trim",
|
||||||
|
"image": "cloud_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 206.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 124.60000610351562
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud2 Trim",
|
||||||
|
"image": "cloud_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 206.0,
|
||||||
|
"x": 2001.0,
|
||||||
|
"y": 124.60000610351562
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background007_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background007_1/images/bg_007_1.png
Normal file
|
After Width: | Height: | Size: 909 KiB |
21
public/5/bg/background007_1/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background007_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Image",
|
||||||
|
"image": "bg_007_1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background008_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background008_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
public/5/bg/background008_1/images/cloud1_trim.png
Normal file
|
After Width: | Height: | Size: 320 KiB |
BIN
public/5/bg/background008_1/images/cloud2_trim.png
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
public/5/bg/background008_1/images/sky_trim.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
67
public/5/bg/background008_1/manifest.json
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background008_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky Trim",
|
||||||
|
"image": "sky_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 400.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 400.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud2 Trim",
|
||||||
|
"image": "cloud2_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1338.81005859375,
|
||||||
|
"height": 89.23999786376953,
|
||||||
|
"x": 667.4000000059605,
|
||||||
|
"y": 259.8000030517578
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud2 Trim (1)",
|
||||||
|
"image": "cloud2_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1338.81005859375,
|
||||||
|
"height": 89.23999786376953,
|
||||||
|
"x": 2001.4000244140625,
|
||||||
|
"y": 259.8000030517578
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1 Trim",
|
||||||
|
"image": "cloud1_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1279.68994140625,
|
||||||
|
"height": 224.02999877929688,
|
||||||
|
"x": 652.420000076294,
|
||||||
|
"y": 136.2100067138672
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1 Trim (1)",
|
||||||
|
"image": "cloud1_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1279.68994140625,
|
||||||
|
"height": 224.02999877929688,
|
||||||
|
"x": 1986.4200439453125,
|
||||||
|
"y": 136.2100067138672
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background011_1/images/Default-ParticleSystem.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/5/bg/background011_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background011_1/images/base.png
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
public/5/bg/background011_1/images/cloud_A.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
public/5/bg/background011_1/images/cloud_B.png
Normal file
|
After Width: | Height: | Size: 231 KiB |
BIN
public/5/bg/background011_1/images/leaf.png
Normal file
|
After Width: | Height: | Size: 477 B |
BIN
public/5/bg/background011_1/images/object_left.png
Normal file
|
After Width: | Height: | Size: 329 KiB |
BIN
public/5/bg/background011_1/images/sky_trim.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
public/5/bg/background011_1/images/tree_leaf.png
Normal file
|
After Width: | Height: | Size: 78 KiB |
84
public/5/bg/background011_1/manifest.json
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background011_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 260.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 130.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud_A1",
|
||||||
|
"image": "cloud_A.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1024.0,
|
||||||
|
"height": 145.5,
|
||||||
|
"x": 821.0000610351562,
|
||||||
|
"y": 72.75006103515625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud_A2",
|
||||||
|
"image": "cloud_A.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1024.0,
|
||||||
|
"height": 145.5,
|
||||||
|
"x": -202.9996337890625,
|
||||||
|
"y": 72.75006103515625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud_B1",
|
||||||
|
"image": "cloud_B.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1249.9000244140625,
|
||||||
|
"height": 194.6999969482422,
|
||||||
|
"x": 655.0501708984375,
|
||||||
|
"y": 96.4000244140625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud_B2",
|
||||||
|
"image": "cloud_B.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1249.9000244140625,
|
||||||
|
"height": 194.6999969482422,
|
||||||
|
"x": -594.94970703125,
|
||||||
|
"y": 96.4000244140625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tree_Left",
|
||||||
|
"image": "tree_leaf.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 398.0,
|
||||||
|
"height": 183.5,
|
||||||
|
"x": 199.00006103515625,
|
||||||
|
"y": 92.00006103515625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Object_Left",
|
||||||
|
"image": "object_left.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 440.0,
|
||||||
|
"height": 552.5,
|
||||||
|
"x": 220.0,
|
||||||
|
"y": 383.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background013_1/images/EF.png
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
public/5/bg/background013_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background013_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
public/5/bg/background013_1/images/shadow.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/5/bg/background013_1/images/tree_base.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
public/5/bg/background013_1/images/tree_leaf.png
Normal file
|
After Width: | Height: | Size: 183 KiB |
BIN
public/5/bg/background013_1/images/tree_leaf_back.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
78
public/5/bg/background013_1/manifest.json
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background013_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 374.99993896484375
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ShadowImage",
|
||||||
|
"image": "shadow.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1038.5759477081301,
|
||||||
|
"height": 224.2589917383193,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 623.5000914937199,
|
||||||
|
"y": 650.1973114013672
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LeafBackImage",
|
||||||
|
"image": "tree_leaf_back.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 563.0900268554688,
|
||||||
|
"height": 297.780029296875,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 282.2152099609375,
|
||||||
|
"y": 145.13983154296875
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TreeBase",
|
||||||
|
"image": "tree_base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 463.57000732421875,
|
||||||
|
"height": 750.1199951171875,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 232.44992065429688,
|
||||||
|
"y": 371.2790832519531
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LeafImage",
|
||||||
|
"image": "tree_leaf.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 455.04998779296875,
|
||||||
|
"height": 170.1400146484375,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 228.23312377929688,
|
||||||
|
"y": 81.21818542480469
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EF",
|
||||||
|
"image": "EF.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 658.239990234375,
|
||||||
|
"height": 750.2000122070312,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 329.1199951171875,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background014_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background014_1/images/base.png
Normal file
|
After Width: | Height: | Size: 452 KiB |
BIN
public/5/bg/background014_1/images/base23_shadow_replace.png
Normal file
|
After Width: | Height: | Size: 597 KiB |
BIN
public/5/bg/background014_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
public/5/bg/background014_1/images/sky.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/5/bg/background014_1/images/tree_base.png
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
public/5/bg/background014_1/images/tree_leaf_1.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
public/5/bg/background014_1/images/tree_leaf_2.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
84
public/5/bg/background014_1/manifest.json
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background014_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1062.0,
|
||||||
|
"height": 279.0,
|
||||||
|
"x": 803.0,
|
||||||
|
"y": 139.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1230.0,
|
||||||
|
"height": 200.0,
|
||||||
|
"x": 719.0,
|
||||||
|
"y": 100.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1 (1)",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1230.0,
|
||||||
|
"height": 200.0,
|
||||||
|
"x": -510.9998779296875,
|
||||||
|
"y": 100.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base1",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TreeBase",
|
||||||
|
"image": "tree_base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 505.0,
|
||||||
|
"height": 574.0,
|
||||||
|
"x": 284.50006103515625,
|
||||||
|
"y": 287.5999984741211
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TreeLeaf1",
|
||||||
|
"image": "tree_leaf_1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 202.0,
|
||||||
|
"height": 289.0,
|
||||||
|
"x": 168.5,
|
||||||
|
"y": 171.50001525878906
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TreeLeaf2",
|
||||||
|
"image": "tree_leaf_2.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 105.0,
|
||||||
|
"height": 182.0,
|
||||||
|
"x": 450.3000183105469,
|
||||||
|
"y": 247.00000381469727
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base23",
|
||||||
|
"image": "base23_shadow_replace.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 720.5,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 360.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background015_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background015_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
public/5/bg/background015_1/images/cloud1.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
public/5/bg/background015_1/images/cloud2.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
public/5/bg/background015_1/images/sky_trim.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
76
public/5/bg/background015_1/manifest.json
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background015_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky Trim",
|
||||||
|
"image": "sky_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 700.0,
|
||||||
|
"height": 180.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 180.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud2",
|
||||||
|
"image": "cloud2.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 147.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 147.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud2 (1)",
|
||||||
|
"image": "cloud2.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 147.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 147.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1",
|
||||||
|
"image": "cloud1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 155.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 155.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cloud1 (1)",
|
||||||
|
"image": "cloud1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 155.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 155.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background017_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background017_1/images/base.png
Normal file
|
After Width: | Height: | Size: 491 KiB |
21
public/5/bg/background017_1/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background017_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Image",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background020_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
21
public/5/bg/background020_1/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background020_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Image",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background026_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background026_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/5/bg/background026_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
public/5/bg/background026_1/images/gondola_01_green.png
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
public/5/bg/background026_1/images/gondola_02_cyan.png
Normal file
|
After Width: | Height: | Size: 557 B |
BIN
public/5/bg/background026_1/images/gondola_03_blue.png
Normal file
|
After Width: | Height: | Size: 555 B |
BIN
public/5/bg/background026_1/images/gondola_04_pink.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
public/5/bg/background026_1/images/gondola_05_red.png
Normal file
|
After Width: | Height: | Size: 562 B |
BIN
public/5/bg/background026_1/images/gondola_06_orange.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
public/5/bg/background026_1/images/gondola_07_yellow.png
Normal file
|
After Width: | Height: | Size: 565 B |
BIN
public/5/bg/background026_1/images/sky_trim.png
Normal file
|
After Width: | Height: | Size: 931 B |
BIN
public/5/bg/background026_1/images/wheel.png
Normal file
|
After Width: | Height: | Size: 269 KiB |
71
public/5/bg/background026_1/manifest.json
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background026_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky_trim.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 320.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 320.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 270.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 270.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud (1)",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 270.0,
|
||||||
|
"x": 0.0,
|
||||||
|
"y": 270.0,
|
||||||
|
"pivotX": 0.0,
|
||||||
|
"pivotY": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Gondola",
|
||||||
|
"image": "gondola_01_green.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 7.5,
|
||||||
|
"height": 10.5,
|
||||||
|
"x": -153.00000732392073,
|
||||||
|
"y": 127.38000059127808
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Wheel",
|
||||||
|
"image": "wheel.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 391.2099914550781,
|
||||||
|
"height": 391.2099914550781,
|
||||||
|
"x": 40.29998779296875,
|
||||||
|
"y": 104.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background027_1/images/BG027_WaterMask.png
Normal file
|
After Width: | Height: | Size: 490 B |
BIN
public/5/bg/background027_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background027_1/images/base.png
Normal file
|
After Width: | Height: | Size: 527 KiB |
BIN
public/5/bg/background027_1/images/base1.png
Normal file
|
After Width: | Height: | Size: 757 KiB |
BIN
public/5/bg/background027_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
public/5/bg/background027_1/images/sky.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
79
public/5/bg/background027_1/manifest.json
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background027_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 300.0,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 0.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1704.4000244140625,
|
||||||
|
"height": 213.10000610351562,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 106.89999389648438
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud (1)",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1704.4000244140625,
|
||||||
|
"height": 213.10000610351562,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 2195.0,
|
||||||
|
"y": 106.89999389648438
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 590.0,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 1.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 750.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "WaterImage",
|
||||||
|
"image": "BG027_WaterMask.png",
|
||||||
|
"blendMode": 1,
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1658.5999755859375,
|
||||||
|
"height": 628.7000122070312,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 0.5,
|
||||||
|
"x": 656.5,
|
||||||
|
"y": 488.9000015258789
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base (1)",
|
||||||
|
"image": "base1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 404.0,
|
||||||
|
"pivotX": 0.5,
|
||||||
|
"pivotY": 1.0,
|
||||||
|
"x": 666.9999408719996,
|
||||||
|
"y": 750.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background031_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background031_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
21
public/5/bg/background031_1/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background031_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background033_1/images/base.png
Normal file
|
After Width: | Height: | Size: 787 KiB |
BIN
public/5/bg/background033_1/images/light.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
31
public/5/bg/background033_1/manifest.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background033_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 374.99993896484375
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Light",
|
||||||
|
"image": "light.png",
|
||||||
|
"blendMode": 1,
|
||||||
|
"parent": "root",
|
||||||
|
"width": 657.2728881835938,
|
||||||
|
"height": 114.640625,
|
||||||
|
"x": 578.3000030517578,
|
||||||
|
"y": 279.0999984741211
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background034_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background034_1/images/base1.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/5/bg/background034_1/images/base2.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
public/5/bg/background034_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
public/5/bg/background034_1/images/sky.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
57
public/5/bg/background034_1/manifest.json
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background034_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1001.1947631835938,
|
||||||
|
"height": 257.7677001953125,
|
||||||
|
"x": 499.50999450683594,
|
||||||
|
"y": 128.19000244140625
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 594.7416381835938,
|
||||||
|
"height": 371.01873779296875,
|
||||||
|
"x": 495.3999938964844,
|
||||||
|
"y": 185.61000061035156
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud (1)",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 594.7416381835938,
|
||||||
|
"height": 371.01873779296875,
|
||||||
|
"x": 1095.3999938964844,
|
||||||
|
"y": 185.61000061035156
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base1",
|
||||||
|
"image": "base1.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 967.1500244140625,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 484.574951171875,
|
||||||
|
"y": 375.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base2",
|
||||||
|
"image": "base2.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 668.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background035_1/images/Default-ParticleSystem.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/5/bg/background035_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background035_1/images/base.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
public/5/bg/background035_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 591 KiB |
BIN
public/5/bg/background035_1/images/sky.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
48
public/5/bg/background035_1/manifest.json
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"name": "background035_1",
|
||||||
|
"width": 1334,
|
||||||
|
"height": 750,
|
||||||
|
"images": "./images/"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Sky",
|
||||||
|
"image": "sky.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 777.4718627929688,
|
||||||
|
"height": 527.3468627929688,
|
||||||
|
"x": 541.4800033569336,
|
||||||
|
"y": 263.6600036621094
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 623.2281494140625,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 311.61399841308594
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Image_Cloud (1)",
|
||||||
|
"image": "cloud.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 623.2281494140625,
|
||||||
|
"x": 2001.0,
|
||||||
|
"y": 311.61399841308594
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Base",
|
||||||
|
"image": "base.png",
|
||||||
|
"parent": "root",
|
||||||
|
"width": 1334.0,
|
||||||
|
"height": 750.0,
|
||||||
|
"x": 667.0,
|
||||||
|
"y": 375.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"animations": {}
|
||||||
|
}
|
||||||
BIN
public/5/bg/background036_1/images/Default-ParticleSystem.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/5/bg/background036_1/images/LightCurtain.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
public/5/bg/background036_1/images/base.png
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
public/5/bg/background036_1/images/cloud.png
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
public/5/bg/background036_1/images/sky.png
Normal file
|
After Width: | Height: | Size: 186 KiB |