Browse Source

moving file and adding to readme

msDestiny14 4 years ago
parent
commit
ba2c988995

+ 15 - 1
dist/preview release/guiEditor/readme-es6.md

@@ -1 +1,15 @@
-Gui Editor es6
+Gui Editor es6
+
+# Babylon.js Gui Editor
+
+An extension to easily allow users to create and modify GUI for scenes.
+
+## Usage
+Currently avalible for local development by selecting "Launch GUI Editor (Chrome)"
+
+## Current Supported Features
+
+- Launch GUI editor in local dev mode.
+- Drag and drop GUI elements onto a canvas.
+- Select and move individual GUI elements.
+- Modify properties of selected GUI elements.

+ 1 - 1
guiEditor/src/guiEditor.ts

@@ -2,7 +2,7 @@ import * as React from "react";
 import * as ReactDOM from "react-dom";
 import { GlobalState } from "./globalState";
 import { WorkbenchEditor } from "./workbenchEditor";
-import { Popup } from "./sharedComponents/popup";
+import { Popup } from "./sharedUIComponents/lines/popup";
 import { SerializationTools } from "./serializationTools";
 import { Observable } from "babylonjs/Misc/observable";
 /**

guiEditor/src/sharedComponents/popup.tsx → sharedUiComponents/lines/popup.tsx