From ecd8d064a370ce0b9d4a353f6151638b60838208 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 17 Apr 2020 22:56:57 -0500 Subject: Add cosmic cargo --- src/math/static/help.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math') diff --git a/src/math/static/help.js b/src/math/static/help.js index 2dfab9f..abb6022 100644 --- a/src/math/static/help.js +++ b/src/math/static/help.js @@ -12,6 +12,7 @@ help.drawCallback = function(){ ctx.fillStyle = "black" ctx.fillText("Click on a game to play.", 10, 200) ctx.fillText("After finishing your game, click to return.", 10, 230) + ctx.fillText("Some games do not work perfectly. Pardon bugs.", 10, 260) } help.mouseDownCallback = function (e) { switchState(menu); -- cgit v1.2.3