Butchering the UI framework
This commit is contained in:
parent
8d404b1ba9
commit
6415e195d1
90 changed files with 1012 additions and 3101 deletions
|
@ -13,8 +13,8 @@ export default class MapControlButton extends UIElement {
|
|||
this.SetStyle("box-shadow: 0 0 10px var(--shadow-color);");
|
||||
}
|
||||
|
||||
InnerRender(): string {
|
||||
return this._contents.Render();
|
||||
InnerRender() {
|
||||
return this._contents;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue