浏览代码

moving file and adding to readme

msDestiny14 4 年之前
父节点
当前提交
ba2c988995
共有 3 个文件被更改,包括 16 次插入2 次删除
  1. 15 1
      dist/preview release/guiEditor/readme-es6.md
  2. 1 1
      guiEditor/src/guiEditor.ts
  3. 0 0
      sharedUiComponents/lines/popup.tsx

+ 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