prosperon/scripts/nogame.js
2024-10-17 17:23:33 -05:00

6 lines
139 B
JavaScript

this.hud = function () {
layout.draw_commands(clay.draw([], _ => {
clay.text("No game yet! Make game.js to get started!");
}));
};