lotsa fixes.

This commit is contained in:
Jeff Hutchinson 2021-05-04 21:18:15 -04:00
parent db047275f1
commit 6f7fdca87d
178 changed files with 230 additions and 245 deletions

View file

@ -1,5 +1,5 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiControl(CreateNewNavMeshDlg) {
$guiContent = new GuiControl(CreateNewNavMeshDlg) {
position = "0 0";
extent = "1024 768";
minExtent = "8 2";

View file

@ -1,5 +1,5 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiWindowCtrl(NavEditorConsoleDlg) {
$guiContent = new GuiWindowCtrl(NavEditorConsoleDlg) {
text = "Nav Console";
resizeWidth = "1";
resizeHeight = "1";

View file

@ -1,5 +1,5 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
$guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "1";

View file

@ -1,5 +1,5 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiTabPageCtrl(ENavEditorSettingsPage) {
$guiContent = new GuiTabPageCtrl(ENavEditorSettingsPage) {
fitBook = "1";
text = "Navigation Editor";
maxLength = "1024";

View file

@ -1,5 +1,5 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiControl(NavEditorToolbar,EditorGuiGroup) {
$guiContent = new GuiControl(NavEditorToolbar,EditorGuiGroup) {
position = "306 0";
extent = "800 32";
minExtent = "8 2";