Add score and fuel overlay

This commit is contained in:
asraelite 2018-03-07 01:23:35 +00:00
parent 27c6a8bcd0
commit 4f8fd6e1af
13 changed files with 130 additions and 37 deletions

View file

@ -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];
}