5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
|
this.hud = function()
|
||
|
{
|
||
|
mum.label("No game yet! Make game.js to get started!", {pos:game.size.scale(0.5), anchor:[0.5,0.5]});
|
||
|
}
|