aboutsummaryrefslogtreecommitdiff
path: root/src/math/static/help.js
diff options
context:
space:
mode:
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);