starblast-modding icon indicating copy to clipboard operation
starblast-modding copied to clipboard

Glyphs in UI

Open GatoCreador887 opened this issue 6 years ago • 0 comments

A simple new UI component.

ship.setUIComponent({
  components: [
    {type:"glyph",position:[0,0,100,100],value:"\u0061",color:"#F00"}
  ]
});

This code would display a red ship glyph, a bit like the image below. image This should be easy to implement, it's just a text component with the glyphs font.

GatoCreador887 avatar Jul 13 '18 16:07 GatoCreador887