diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-09-30 21:48:56 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-09-30 21:48:56 -0700 |
commit | bc456f1ef6a74a74e821304df1a08a5aeb341f7a (patch) | |
tree | a36e8a4ff2dadbfda7a94d0ca849bab8b6786086 /pages/tutorial.php | |
parent | be06cd9fdc0253b5fdf2fb17de4aac6f10bff80c (diff) | |
parent | 60c8232de409d0cb6de37ef87a489049f060003d (diff) | |
download | pathery-bc456f1ef6a74a74e821304df1a08a5aeb341f7a.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index d09480c..f6517c4 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -36,19 +36,15 @@ playerWallEmblem = '<?PHP echo isset($wallEmblem) ? $wallEmblem : ''; ?>'; <script>
isChallenge = true;
-challengeID = 1;
-
function challengeLoad() {}
-
challenge1 = new Object();
challenge2 = new Object();
challenge3 = new Object();
challenge4 = new Object();
challenge5 = new Object();
-
challenge1.start = "The objective in this game is to create the longest <i>path</i> between the start and the finish.<br>Below is a demonstration.<br>Press <b>Go!</b>";
challenge1.complete = "Now that you see what is going on, let's move on to some puzzles.<br/>Press <b>Next</b>";
|