General improvements
I forgot what I actually changed. It may not even be playable, I just want to get this up there.
This commit is contained in:
parent
8a0bf0ada9
commit
c73130e3ff
25 changed files with 584 additions and 274 deletions
|
@ -16,7 +16,7 @@ export default class GuiText extends GuiElement {
|
|||
this.color = color;
|
||||
this.text = text;
|
||||
this.spacing = size * 1.2;
|
||||
this.font = size + 'px Consolas';
|
||||
this.font = size + 'px Courier New';
|
||||
this.align = align;
|
||||
this.valign = valign;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue