prosperon/scripts/nogame.js

7 lines
148 B
JavaScript
Raw Normal View History

2024-09-26 11:36:09 -05:00
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],
});
};