From 46db1fe4f6e93bf335f7bbb264aa49fe2c531ceb Mon Sep 17 00:00:00 2001 From: William Date: Sun, 19 Apr 2020 14:08:40 -0400 Subject: [PATCH] added a note --- docs/assets/js/titleScreen/titleScreen.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/assets/js/titleScreen/titleScreen.js b/docs/assets/js/titleScreen/titleScreen.js index 72593b9..74348a0 100644 --- a/docs/assets/js/titleScreen/titleScreen.js +++ b/docs/assets/js/titleScreen/titleScreen.js @@ -103,6 +103,8 @@ function drawTitleScreen(){ rect(395, 550, 140, 50, "green"); text("Back", 345, 535, "white", 5, 150); + text("*Names are links to their pages", 705, 495, "green", 2, 100); + }