Add score and fuel overlay
This commit is contained in:
parent
27c6a8bcd0
commit
4f8fd6e1af
13 changed files with 130 additions and 37 deletions
|
@ -57,7 +57,7 @@ export default class GuiEdit extends GuiElement {
|
|||
this.parent.options.drawChildren = this.active;
|
||||
if (!this.active) return;
|
||||
|
||||
this.textElements.info.text = edit.message;
|
||||
this.textElements.info.text = edit.info;
|
||||
|
||||
[this.tileWidth, this.tileHeight] = [edit.width, edit.height];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue