Skip to content

Commit

Permalink
yeah that's it im pausing development on the window manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed May 19, 2022
1 parent 66cf213 commit 4933799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mt.rbxlx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</Vector3>
<string name="Name">Workspace</string>
<bool name="NeedsPivotMigration">false</bool>
<token name="PhysicsInertiaAndVolumeFix">0</token>
<token name="PhysicsSteppingMethod">0</token>
<Ref name="PrimaryPart">null</Ref>
<token name="ReplicateInstanceDestroySetting">0</token>
Expand Down Expand Up @@ -1707,7 +1708,7 @@ function MWindow.InitGui(self)
self:SetMinimumSize(Vector2.new(150,handle.Size.Y.Offset))
end

function MWindow.ResizeBySide(self,side:string): boolean
function MWindow.ResizeBySide(self, side: string, inc: number): boolean

end

Expand Down

0 comments on commit 4933799

Please sign in to comment.