@urso/core 0.6.15 → 0.6.16-dev
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.
|
@@ -62,6 +62,38 @@ object-assign
|
|
|
62
62
|
* http://www.opensource.org/licenses/mit-license
|
|
63
63
|
*/
|
|
64
64
|
|
|
65
|
+
/*!
|
|
66
|
+
* @pixi/canvas-display - v6.5.8
|
|
67
|
+
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
68
|
+
*
|
|
69
|
+
* @pixi/canvas-display is licensed under the MIT License.
|
|
70
|
+
* http://www.opensource.org/licenses/mit-license
|
|
71
|
+
*/
|
|
72
|
+
|
|
73
|
+
/*!
|
|
74
|
+
* @pixi/canvas-extract - v6.5.8
|
|
75
|
+
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
76
|
+
*
|
|
77
|
+
* @pixi/canvas-extract is licensed under the MIT License.
|
|
78
|
+
* http://www.opensource.org/licenses/mit-license
|
|
79
|
+
*/
|
|
80
|
+
|
|
81
|
+
/*!
|
|
82
|
+
* @pixi/canvas-particle-container - v6.5.8
|
|
83
|
+
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
84
|
+
*
|
|
85
|
+
* @pixi/canvas-particle-container is licensed under the MIT License.
|
|
86
|
+
* http://www.opensource.org/licenses/mit-license
|
|
87
|
+
*/
|
|
88
|
+
|
|
89
|
+
/*!
|
|
90
|
+
* @pixi/canvas-text - v6.5.8
|
|
91
|
+
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
92
|
+
*
|
|
93
|
+
* @pixi/canvas-text is licensed under the MIT License.
|
|
94
|
+
* http://www.opensource.org/licenses/mit-license
|
|
95
|
+
*/
|
|
96
|
+
|
|
65
97
|
/*!
|
|
66
98
|
* @pixi/compressed-textures - v6.5.8
|
|
67
99
|
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
@@ -150,6 +182,14 @@ object-assign
|
|
|
150
182
|
* http://www.opensource.org/licenses/mit-license
|
|
151
183
|
*/
|
|
152
184
|
|
|
185
|
+
/*!
|
|
186
|
+
* @pixi/filter-kawase-blur - v3.2.0
|
|
187
|
+
* Compiled Wed, 23 Dec 2020 00:29:02 UTC
|
|
188
|
+
*
|
|
189
|
+
* @pixi/filter-kawase-blur is licensed under the MIT License.
|
|
190
|
+
* http://www.opensource.org/licenses/mit-license
|
|
191
|
+
*/
|
|
192
|
+
|
|
153
193
|
/*!
|
|
154
194
|
* @pixi/filter-noise - v6.5.8
|
|
155
195
|
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
@@ -380,6 +420,14 @@ object-assign
|
|
|
380
420
|
* http://www.opensource.org/licenses/mit-license
|
|
381
421
|
*/
|
|
382
422
|
|
|
423
|
+
/*!
|
|
424
|
+
* pixi.js-legacy - v6.5.8
|
|
425
|
+
* Compiled Sun, 23 Oct 2022 23:01:45 UTC
|
|
426
|
+
*
|
|
427
|
+
* pixi.js-legacy is licensed under the MIT License.
|
|
428
|
+
* http://www.opensource.org/licenses/mit-license
|
|
429
|
+
*/
|
|
430
|
+
|
|
383
431
|
/*! *****************************************************************************
|
|
384
432
|
Copyright (c) Microsoft Corporation.
|
|
385
433
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urso/core",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.16-dev",
|
|
4
4
|
"description": "HTML5 game engine",
|
|
5
5
|
"main": "build/js/index.js",
|
|
6
6
|
"author": "Megbrimef",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"pixi-spine": "^3.0.13",
|
|
33
33
|
"pixi-text-input": "^1.0.6",
|
|
34
34
|
"pixi-viewport": "^4.34.0",
|
|
35
|
-
"pixi.js": "
|
|
35
|
+
"pixi.js-legacy": "6.5.8"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/core": "^7.12.10",
|
package/src/js/extra/_info.js
CHANGED
|
@@ -34,7 +34,7 @@ class ModulesScenesPixiWrapper {
|
|
|
34
34
|
|
|
35
35
|
//define renderer
|
|
36
36
|
PIXI.utils.skipHello();
|
|
37
|
-
this.renderer = new PIXI.
|
|
37
|
+
this.renderer = new PIXI.autoDetectRenderer({ preserveDrawingBuffer: true, width: 1, height: 1 });
|
|
38
38
|
document.body.appendChild(this.renderer.view);
|
|
39
39
|
|
|
40
40
|
//root and world
|