@mavonengine/editor 0.0.6 → 0.0.7
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.
|
@@ -1185,7 +1185,7 @@ class Ce extends rt {
|
|
|
1185
1185
|
var n, s;
|
|
1186
1186
|
t instanceof o && ((n = t.geometry) == null || n.dispose(), Array.isArray(t.material) ? t.material.forEach((r) => r.dispose()) : (s = t.material) == null || s.dispose());
|
|
1187
1187
|
}), c.instance().scene.clear(), this.initEditorScene(), c.instance().contextMenuAbort.abort(), c.instance().uiRoot.innerHTML = "", c.instance().uiRoot.style.opacity = "1", document.title = "MavonEngine | Editor", document.getElementsByTagName("body")[0].removeAttribute("onContextMenu"), Promise.all([
|
|
1188
|
-
import("./mount-
|
|
1188
|
+
import("./mount-DicE86w2.mjs"),
|
|
1189
1189
|
Promise.resolve({ })
|
|
1190
1190
|
]).then(([{ mountEditorUI: t }]) => {
|
|
1191
1191
|
this.reactRoot = t(c.instance().uiRoot);
|
package/dist/Editor.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './Editor.css';
|
|
1
2
|
var ZC = (s) => {
|
|
2
3
|
throw TypeError(s);
|
|
3
4
|
};
|
|
@@ -18,7 +19,7 @@ import lA from "@mavonengine/core/Prefab/Water/Water";
|
|
|
18
19
|
import of from "@mavonengine/core/Prefab/Water/WaterManager";
|
|
19
20
|
import iA from "@mavonengine/core/Renderer/AssetRenderer";
|
|
20
21
|
import jT from "@mavonengine/core/Editor/EditorHelper";
|
|
21
|
-
import { a as oA } from "./Editor-
|
|
22
|
+
import { a as oA } from "./Editor-BZKTiLdQ.mjs";
|
|
22
23
|
import { ENGINE_VERSION as sA } from "@mavonengine/core/BaseGame";
|
|
23
24
|
/* empty css */
|
|
24
25
|
const ax = { type: "change" }, l2 = { type: "start" }, VT = { type: "end" }, h_ = new $M(), lx = new y0(), rA = Math.cos(70 * WM.DEG2RAD), Sa = new ha(), ai = 2 * Math.PI, Ie = {
|
|
@@ -40586,7 +40587,7 @@ const zU = "_statusBar_1ffi6_1", MU = "_section_1ffi6_13", AU = "_stat_1ffi6_1",
|
|
|
40586
40587
|
statLabel: RU,
|
|
40587
40588
|
branch: OU,
|
|
40588
40589
|
engineName: UU
|
|
40589
|
-
}, NU = "0.0.
|
|
40590
|
+
}, NU = "0.0.7";
|
|
40590
40591
|
function LU(s = 500) {
|
|
40591
40592
|
const [l, o] = Ae({
|
|
40592
40593
|
fps: 0,
|
package/package.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mavonengine/editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"game-engine",
|
|
9
|
+
"editor",
|
|
10
|
+
"3d",
|
|
11
|
+
"three",
|
|
12
|
+
"threejs",
|
|
13
|
+
"webgl",
|
|
14
|
+
"typescript",
|
|
15
|
+
"react",
|
|
16
|
+
"vite",
|
|
17
|
+
"tweakpane"
|
|
18
|
+
],
|
|
7
19
|
"files": [
|
|
8
20
|
"dist"
|
|
9
21
|
],
|
|
@@ -36,7 +48,6 @@
|
|
|
36
48
|
"react-resizable-panels": "^4.6.4",
|
|
37
49
|
"react-rnd": "^10.5.2",
|
|
38
50
|
"three-perf": "^1.0.11",
|
|
39
|
-
"tweakpane": "^4.0.5",
|
|
40
51
|
"wavesurfer.js": "^7.12.1"
|
|
41
52
|
},
|
|
42
53
|
"devDependencies": {
|