Skip to content

Commit

Permalink
Nothing new
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMarkle committed Nov 30, 2024
1 parent 7762fed commit 26707a9
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 24 deletions.
5 changes: 4 additions & 1 deletion Leditor/Pages/Dimensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public override void Draw()

if (GLOBALS.Settings.GeneralSettings.Navbar) GLOBALS.NavSignal = Printers.ImGui.Nav(out _);

var mainWinOpened = ImGui.Begin("Resizing##DimensionsWindow");
var mainWinOpened = false; //ImGui.Begin("Resizing##DimensionsWindow");

var mainWinPos = ImGui.GetWindowPos();
var mainWinSpace = ImGui.GetWindowSize();
Expand Down Expand Up @@ -624,6 +624,9 @@ public override void Draw()
_isOptionsWinHovered = CheckCollisionPointRec(GetMousePosition(), new(optionsPos.X - 5, optionsPos.Y-5, optionsSpace.X + 10, optionsSpace.Y+10));

if (optionsWinOpened) {
ImGui.Text($"Width: {GLOBALS.Level.Width}, Height: {GLOBALS.Level.Height}");
ImGui.Spacing();

ImGui.Checkbox("Grid", ref _grid);

ImGui.Spacing();
Expand Down
5 changes: 4 additions & 1 deletion Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Bug fixes

- Fixed a crash in the props editor when attempting to edit a rope simulated using bezier path.
### Dimensions Editor

- Removed the level resize window as it's rendered redundant and obsolete.
- Added the level width and height labels to the options window
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.99-19
0.9.99-20
75 changes: 54 additions & 21 deletions imgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Collapsed=0

[Window][Settings##MainSettings]
Pos=1015,431
Size=265,369
Size=265,185
Collapsed=0
DockId=0x00000008,0

[Window][Shortcuts]
Pos=703,27
Expand All @@ -34,14 +35,16 @@ Size=170,187
Collapsed=0

[Window][Blocks##GeoBlocks]
Pos=1522,57
Size=338,252
Pos=1582,19
Size=338,360
Collapsed=0
DockId=0x00000016,0

[Window][Settings##NewGeoSettings]
Pos=1520,309
Size=338,527
Pos=1582,381
Size=338,610
Collapsed=0
DockId=0x00000017,0

[Window][Tiles & Materials]
Pos=1368,73
Expand Down Expand Up @@ -157,7 +160,7 @@ Collapsed=0

[Window][Start##StartupWindow]
Pos=40,40
Size=1840,911
Size=1220,770
Collapsed=0

[Window][Visuals##MainTextureVisualsWindow]
Expand All @@ -177,7 +180,7 @@ Collapsed=0

[Window][Shortcuts##EditorShortcuts]
Pos=0,650
Size=1395,341
Size=1580,341
Collapsed=0
DockId=0x00000002,0

Expand All @@ -192,35 +195,65 @@ Size=256,477
Collapsed=0

[Window][Levels##LevelsSelectionWindow]
Pos=60,60
Size=269,200
Pos=1015,618
Size=265,182
Collapsed=0
DockId=0x00000013,0

[Window][Mirror Tools##GeometryEditorMirrorWindow]
Pos=60,60
Size=130,146
Pos=1582,381
Size=338,610
Collapsed=0
DockId=0x00000017,1

[Window][Props Menu##PropsPlacementPanel]
Pos=1605,19
Size=315,972
Pos=985,19
Size=315,831
Collapsed=0
DockId=0x00000006,0

[Window][Props List##PropsListWindow]
Pos=1397,19
Size=206,972
Pos=777,19
Size=206,831
Collapsed=0
DockId=0x00000005,0

[Window][Mass Placement##TilesEditorMassPlacementWindow]
Pos=60,60
Size=152,54
Collapsed=0

[Window][Resizing##DimensionsWindow]
Pos=1619,19
Size=301,243
Collapsed=0
DockId=0x0000001A,0

[Window][Options##LevelDimensionsOptionsWin]
Pos=1619,264
Size=301,727
Collapsed=0
DockId=0x0000001F,0

[Docking][Data]
DockNode ID=0x00000007 Pos=1015,431 Size=265,369 Split=Y
DockNode ID=0x00000008 Parent=0x00000007 SizeRef=265,185 Selected=0x08D525F8
DockNode ID=0x00000013 Parent=0x00000007 SizeRef=265,182 Selected=0xE53B72E0
DockSpace ID=0x7C6B3D9B Window=0xA87D555D Pos=0,19 Size=1920,972 Split=X
DockNode ID=0x00000003 Parent=0x7C6B3D9B SizeRef=1395,972 Split=Y
DockNode ID=0x00000001 Parent=0x00000003 SizeRef=1300,488 CentralNode=1
DockNode ID=0x00000002 Parent=0x00000003 SizeRef=1300,341 Selected=0x21189C27
DockNode ID=0x00000004 Parent=0x7C6B3D9B SizeRef=523,972 Split=X Selected=0x865376BD
DockNode ID=0x00000005 Parent=0x00000004 SizeRef=206,972 Selected=0xDBC4B8D7
DockNode ID=0x00000006 Parent=0x00000004 SizeRef=315,972 Selected=0x865376BD
DockNode ID=0x00000018 Parent=0x7C6B3D9B SizeRef=1617,972 Split=X
DockNode ID=0x00000014 Parent=0x00000018 SizeRef=1580,972 Split=X
DockNode ID=0x00000003 Parent=0x00000014 SizeRef=1395,972 Split=Y
DockNode ID=0x00000001 Parent=0x00000003 SizeRef=1300,488 CentralNode=1
DockNode ID=0x00000002 Parent=0x00000003 SizeRef=1300,341 Selected=0x21189C27
DockNode ID=0x00000004 Parent=0x00000014 SizeRef=523,972 Split=X Selected=0x865376BD
DockNode ID=0x00000005 Parent=0x00000004 SizeRef=206,972 Selected=0xDBC4B8D7
DockNode ID=0x00000006 Parent=0x00000004 SizeRef=315,972 Selected=0x865376BD
DockNode ID=0x00000015 Parent=0x00000018 SizeRef=338,972 Split=Y Selected=0xC45C02BF
DockNode ID=0x00000016 Parent=0x00000015 SizeRef=338,360 Selected=0xC45C02BF
DockNode ID=0x00000017 Parent=0x00000015 SizeRef=338,610 Selected=0xFA9FD6BE
DockNode ID=0x00000019 Parent=0x7C6B3D9B SizeRef=301,972 Split=Y Selected=0xAF7C6D8F
DockNode ID=0x0000001A Parent=0x00000019 SizeRef=123,243 Selected=0x340F0CF3
DockNode ID=0x0000001F Parent=0x00000019 SizeRef=123,727 Selected=0xAF7C6D8F
DockSpace ID=0x8B93E3BD Pos=0,19 Size=1280,781 Split=X
DockNode ID=0x0000001B Parent=0x8B93E3BD SizeRef=939,800 Split=X
DockNode ID=0x00000011 Parent=0x0000001B SizeRef=887,991 Split=X
Expand Down

0 comments on commit 26707a9

Please sign in to comment.