@urso/core 0.7.89 → 0.7.90
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/build/js/index.js +1 -1
- package/build/js/index.js.LICENSE.txt +70 -0
- package/package.json +4 -6
- package/src/js/extra/main.js +0 -5
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
/*!
|
|
2
8
|
* Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
|
|
3
9
|
*
|
|
@@ -30,6 +36,14 @@
|
|
|
30
36
|
* Copyright 2019-2020, Ivan Igorevich Popelyshev <ivan.popelyshev@gmail.com>, All Rights Reserved
|
|
31
37
|
*/
|
|
32
38
|
|
|
39
|
+
/*!
|
|
40
|
+
* @pixi/app - v6.5.10
|
|
41
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
42
|
+
*
|
|
43
|
+
* @pixi/app is licensed under the MIT License.
|
|
44
|
+
* http://www.opensource.org/licenses/mit-license
|
|
45
|
+
*/
|
|
46
|
+
|
|
33
47
|
/*!
|
|
34
48
|
* @pixi/constants - v6.5.10
|
|
35
49
|
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
@@ -62,6 +76,14 @@
|
|
|
62
76
|
* http://www.opensource.org/licenses/mit-license
|
|
63
77
|
*/
|
|
64
78
|
|
|
79
|
+
/*!
|
|
80
|
+
* @pixi/filter-displacement - v6.5.10
|
|
81
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
82
|
+
*
|
|
83
|
+
* @pixi/filter-displacement is licensed under the MIT License.
|
|
84
|
+
* http://www.opensource.org/licenses/mit-license
|
|
85
|
+
*/
|
|
86
|
+
|
|
65
87
|
/*!
|
|
66
88
|
* @pixi/math - v6.5.10
|
|
67
89
|
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
@@ -70,6 +92,46 @@
|
|
|
70
92
|
* http://www.opensource.org/licenses/mit-license
|
|
71
93
|
*/
|
|
72
94
|
|
|
95
|
+
/*!
|
|
96
|
+
* @pixi/mixin-get-child-by-name - v6.5.10
|
|
97
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
98
|
+
*
|
|
99
|
+
* @pixi/mixin-get-child-by-name is licensed under the MIT License.
|
|
100
|
+
* http://www.opensource.org/licenses/mit-license
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
/*!
|
|
104
|
+
* @pixi/mixin-get-global-position - v6.5.10
|
|
105
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
106
|
+
*
|
|
107
|
+
* @pixi/mixin-get-global-position is licensed under the MIT License.
|
|
108
|
+
* http://www.opensource.org/licenses/mit-license
|
|
109
|
+
*/
|
|
110
|
+
|
|
111
|
+
/*!
|
|
112
|
+
* @pixi/polyfill - v6.5.10
|
|
113
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
114
|
+
*
|
|
115
|
+
* @pixi/polyfill is licensed under the MIT License.
|
|
116
|
+
* http://www.opensource.org/licenses/mit-license
|
|
117
|
+
*/
|
|
118
|
+
|
|
119
|
+
/*!
|
|
120
|
+
* @pixi/prepare - v6.5.10
|
|
121
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
122
|
+
*
|
|
123
|
+
* @pixi/prepare is licensed under the MIT License.
|
|
124
|
+
* http://www.opensource.org/licenses/mit-license
|
|
125
|
+
*/
|
|
126
|
+
|
|
127
|
+
/*!
|
|
128
|
+
* @pixi/runner - v6.5.10
|
|
129
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
130
|
+
*
|
|
131
|
+
* @pixi/runner is licensed under the MIT License.
|
|
132
|
+
* http://www.opensource.org/licenses/mit-license
|
|
133
|
+
*/
|
|
134
|
+
|
|
73
135
|
/*!
|
|
74
136
|
* @pixi/settings - v6.5.10
|
|
75
137
|
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
@@ -124,6 +186,14 @@
|
|
|
124
186
|
* Copyright 2019-2020, David Figatner, All Rights Reserved
|
|
125
187
|
*/
|
|
126
188
|
|
|
189
|
+
/*!
|
|
190
|
+
* pixi.js - v6.5.10
|
|
191
|
+
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
|
|
192
|
+
*
|
|
193
|
+
* pixi.js is licensed under the MIT License.
|
|
194
|
+
* http://www.opensource.org/licenses/mit-license
|
|
195
|
+
*/
|
|
196
|
+
|
|
127
197
|
/*! *****************************************************************************
|
|
128
198
|
Copyright (c) Microsoft Corporation.
|
|
129
199
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urso/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.90",
|
|
4
4
|
"description": "HTML5 game engine",
|
|
5
5
|
"main": "build/js/index.js",
|
|
6
6
|
"author": "Megbrimef",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/megbrimef/urso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@pixi/filter-drop-shadow": "^3.2.0",
|
|
26
25
|
"@urso/revolt-fx": "^0.1.0",
|
|
27
26
|
"gsap": "^3.1.1",
|
|
28
27
|
"howler": "^2.2.1",
|
|
@@ -30,7 +29,6 @@
|
|
|
30
29
|
"pixi-projection": "0.3.15",
|
|
31
30
|
"pixi-scrollbox": "^2.3.1",
|
|
32
31
|
"pixi-spine": "^3.1.2",
|
|
33
|
-
"pixi-text-input": "^1.0.6",
|
|
34
32
|
"pixi-viewport": "^4.34.0",
|
|
35
33
|
"pixi.js": "^6.2.0"
|
|
36
34
|
},
|
|
@@ -45,8 +43,8 @@
|
|
|
45
43
|
"source-map-loader": "^1.0.0",
|
|
46
44
|
"string-replace-loader": "^3.0.3",
|
|
47
45
|
"style-loader": "^0.23.1",
|
|
48
|
-
"webpack": "^5.
|
|
49
|
-
"webpack-cli": "^
|
|
50
|
-
"webpack-dev-server": "^
|
|
46
|
+
"webpack": "^5.93.0",
|
|
47
|
+
"webpack-cli": "^5.1.4",
|
|
48
|
+
"webpack-dev-server": "^5.0.4"
|
|
51
49
|
}
|
|
52
50
|
}
|
package/src/js/extra/main.js
CHANGED
|
@@ -4,10 +4,6 @@ window.PIXI.particles = require('pixi-particles');
|
|
|
4
4
|
|
|
5
5
|
window.PIXI.particlesFx = require('@urso/revolt-fx');
|
|
6
6
|
|
|
7
|
-
import { DropShadowFilter } from '@pixi/filter-drop-shadow';
|
|
8
|
-
PIXI.filters['DropShadowFilter'] = DropShadowFilter;
|
|
9
|
-
|
|
10
|
-
|
|
11
7
|
window.PIXI.spine = require("pixi-spine");
|
|
12
8
|
|
|
13
9
|
import { AtlasAttachmentLoader, SkeletonJson } from "@pixi-spine/runtime-3.8";
|
|
@@ -15,7 +11,6 @@ window.PIXI.spine.AtlasAttachmentLoader = AtlasAttachmentLoader;
|
|
|
15
11
|
window.PIXI.spine.SkeletonJson = SkeletonJson;
|
|
16
12
|
|
|
17
13
|
require("pixi-projection");
|
|
18
|
-
require("pixi-text-input");
|
|
19
14
|
|
|
20
15
|
import { gsap } from 'gsap';
|
|
21
16
|
window.gsap = gsap;
|