@pop-party/create-game 1.3.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/starter/content/art/manifest.json +4 -2
- package/starter/content/audio/host-audios.json +29 -1
- package/starter/content/content-bundle.json +11 -11
- package/starter/content/flow.json +824 -567
- package/starter/content/layouts/controller.json +896 -100
- package/starter/content/layouts/stage.json +601 -69
package/package.json
CHANGED
|
@@ -13478,7 +13478,8 @@
|
|
|
13478
13478
|
"player-object-stego",
|
|
13479
13479
|
"player-object-trike",
|
|
13480
13480
|
"player-object-raptor",
|
|
13481
|
-
"player-object-bronto"
|
|
13481
|
+
"player-object-bronto",
|
|
13482
|
+
"prefab-crafting-timer-mc"
|
|
13482
13483
|
],
|
|
13483
13484
|
"organization": {
|
|
13484
13485
|
"stage": {
|
|
@@ -13547,7 +13548,8 @@
|
|
|
13547
13548
|
"composition:join-widget",
|
|
13548
13549
|
"composition:waiting-status-widget",
|
|
13549
13550
|
"composition:countdown-popup",
|
|
13550
|
-
"composition:join-qr-code"
|
|
13551
|
+
"composition:join-qr-code",
|
|
13552
|
+
"composition:prefab-layout-text-field-text"
|
|
13551
13553
|
],
|
|
13552
13554
|
"folder-bff56326-48c1-48ac-9938-abac6bed9fa7": [
|
|
13553
13555
|
"composition:player-point-popup",
|
|
@@ -1,3 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hostAudios": [
|
|
2
|
+
"hostAudios": [
|
|
3
|
+
{
|
|
4
|
+
"id": "host-audio-1b9b6465ae9948e98a35d0907f1d4ef0",
|
|
5
|
+
"name": "Test",
|
|
6
|
+
"lines": [
|
|
7
|
+
{
|
|
8
|
+
"id": "host-line-e6bf3f0d33aa4ef69127e8de57f88480",
|
|
9
|
+
"text": "this is the first line",
|
|
10
|
+
"url": "https://actions.google.com/sounds/v1/alarms/bugle_tune.ogg"
|
|
11
|
+
}
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "host-audio-342ad2edafcd4c4885b5d1bd1202d833",
|
|
16
|
+
"name": "Test 2",
|
|
17
|
+
"lines": [
|
|
18
|
+
{
|
|
19
|
+
"id": "host-line-44e7df247e084cde9bc0e828f444f7f4",
|
|
20
|
+
"text": "yo !",
|
|
21
|
+
"url": ""
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "host-line-a89aa413781f437db123e7e536fb2c7d",
|
|
25
|
+
"text": "YUMMY",
|
|
26
|
+
"url": ""
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
]
|
|
3
31
|
}
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"files": [
|
|
11
11
|
{
|
|
12
12
|
"path": "art/manifest.json",
|
|
13
|
-
"sha256": "
|
|
14
|
-
"bytes":
|
|
13
|
+
"sha256": "b583ce30fb5c2ced2289afe764a28be12410bfdc6c7ce6171f8e0869ba0135e3",
|
|
14
|
+
"bytes": 366641
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "audio/host-audios.json",
|
|
18
|
-
"sha256": "
|
|
19
|
-
"bytes":
|
|
18
|
+
"sha256": "1624de850ae759af5a12021f60cb6f530cc7c0e0c5cd44221aad623ccc87d0ec",
|
|
19
|
+
"bytes": 727
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"path": "blobs/1c14e1db26cfb96105b2cbf60591a18329834078cc65e14373715d4ec06f07ef.svg",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"path": "flow.json",
|
|
68
|
-
"sha256": "
|
|
69
|
-
"bytes":
|
|
68
|
+
"sha256": "c4ec28d1d49d33314c4cf2463fec5de2992f5929b65e3136d9eabe47334e6d7c",
|
|
69
|
+
"bytes": 51456
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"path": "game-data/runtime.json",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "layouts/controller.json",
|
|
78
|
-
"sha256": "
|
|
79
|
-
"bytes":
|
|
78
|
+
"sha256": "8d555a13251470764d3644ce9e9a4f4d55ab0007afd6a8bcbe8f4382060146e9",
|
|
79
|
+
"bytes": 45086
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"path": "layouts/stage.json",
|
|
83
|
-
"sha256": "
|
|
84
|
-
"bytes":
|
|
83
|
+
"sha256": "95ff3a94d10ea2679162b9782486f2c6ad371ef150b4ebeb7bd7c45a5351203d",
|
|
84
|
+
"bytes": 20101
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "prompts/prompts.json",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"bytes": 2469
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
|
-
"rootHash": "
|
|
97
|
+
"rootHash": "2af49894b93a1435d888f49e5bcb64f575f1e7345c16dfce08bf02ca30b49453"
|
|
98
98
|
}
|