Frederick Lanford

Results 3 issues of Frederick Lanford

Could we have an option to access/modify the ship's lives? This is vital in many cases when you want players can die infinitely without being kicked out of the game...

a new components attach to scoreboard: ```js ship.setUIComponent({ id: "scoreboard", components: [ {type:"highlight",position:[0,0,100,100],color:"#F00"}, {type:"player",id:5,position:[0,100,100,100],value:"6.",color:"#FFF"} ] }); ``` This will add the player highlight component and edit the `type:"player"` component with...