prosperon/scripts/nogame.js

7 lines
148 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],
});
};