Polishing core objects

This commit is contained in:
Ryan Ward 2023-01-10 23:28:54 -05:00
parent 54ec935ec3
commit 5f3550f694
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Core Objects:
- ~~Label~~ ✔️ - ~~Label~~ ✔️
- ~~Box~~ ✔️ - ~~Box~~ ✔️
- ~~Button~~ ✔️ - ~~Button~~ ✔️
- utf8 support with textbox (Forgot about this, will have to rework some things)
- Image: - Image:
- ~~Label~~ ✔️ - ~~Label~~ ✔️
- ~~Button~~ ✔️ - ~~Button~~ ✔️

View File

@ -479,7 +479,7 @@ function gui:newBase(typ,x, y, w, h, sx, sy, sw, sh, virtual)
c.OnDragEnd = multi:newConnection() c.OnDragEnd = multi:newConnection()
c.OnEnter = testHierarchy .. multi:newConnection() c.OnEnter = testHierarchy .. multi:newConnection()
c.OnExit = testHierarchy .. multi:newConnection() c.OnExit = multi:newConnection()
c.OnMoved = testHierarchy .. multi:newConnection() c.OnMoved = testHierarchy .. multi:newConnection()