Polishing core objects
This commit is contained in:
parent
54ec935ec3
commit
5f3550f694
@ -8,6 +8,7 @@ Core Objects:
|
||||
- ~~Label~~ ✔️
|
||||
- ~~Box~~ ✔️
|
||||
- ~~Button~~ ✔️
|
||||
- utf8 support with textbox (Forgot about this, will have to rework some things)
|
||||
- Image:
|
||||
- ~~Label~~ ✔️
|
||||
- ~~Button~~ ✔️
|
||||
|
||||
@ -479,7 +479,7 @@ function gui:newBase(typ,x, y, w, h, sx, sy, sw, sh, virtual)
|
||||
c.OnDragEnd = multi:newConnection()
|
||||
|
||||
c.OnEnter = testHierarchy .. multi:newConnection()
|
||||
c.OnExit = testHierarchy .. multi:newConnection()
|
||||
c.OnExit = multi:newConnection()
|
||||
|
||||
c.OnMoved = testHierarchy .. multi:newConnection()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user