aboutsummaryrefslogtreecommitdiff
path: root/src/math/static/help.js
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-04-17 22:56:57 -0500
committerMark Powers <markppowers0@gmail.com>2020-04-17 22:56:57 -0500
commitecd8d064a370ce0b9d4a353f6151638b60838208 (patch)
treee339598839261d8caca078d75b4327f3b034b1f7 /src/math/static/help.js
parent84dca4c6dc0cff9a417ebd0d8f7de06acafa6725 (diff)
Add cosmic cargo
Diffstat (limited to 'src/math/static/help.js')
-rw-r--r--src/math/static/help.js1
1 files changed, 1 insertions, 0 deletions
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);