//JSON String File

var dictionary = {
	/*Key : Value*/
	"yes":"Yes",
	"no":"No",
	"start_button":"Click to start!",
	"start_button_device":"Tap to start!",
	"click_to_continue":"Click to start!",
	"how_to_play":"HOW TO PLAY",
	"help_heroes_through":"GUIDE JESSIE,BUZZ AND WOODY THROUGH THE MYSTERIOUS MAZE.",
	"htp_moving_keyboard":"Use the arrow keys to move",
	"htp_moving_mobile":"Touch the screen to move",
	"htp_shadow_claw":"Watch out for the shadow claw!",
	"find_missing_friends":"FIND YOUR THREE MISSING FRIENDS AND EXIT THE MAZE.",
	"htp_find_friends":"Find Mr. Pricklepants, Rex and Trixie",
	"htp_find_exit":"Find the exit",
	"htp_find_pickups":"Grab these for extra points",
	"are_you_ready":"ARE YOU READY?",
	"highscore":"HIGH SCORE",
	"score":"SCORE",
	"pause":"PAUSE",
	"congratulations":"YOU MADE IT OUT!",
	"fail_title":"YOU GOT LOST!",
	"found_combat_carl":"Found Combat Carl",

	
	"pricklepants_warn1":"There's no turning back now.",
	"pricklepants_warn2":"Patience. It's always darkest before the victory… or is it?",
	"pricklepants_warn3":"Were this a scary game, I'd say the creature is watching you right now.",
	"claw_hit1":"And so it begins.",
	"claw_hit2":"Oh, there goes another one.",
	"claw_hit3":"The creature returns to claim one final victim.",
	"secret_found":"Secret Character Found",
	"exit_now":"All Characters Found. Get to the Exit",
	
	"nearing_exit":"Huzzah! You defeated the creature! Good show!"
};

//Watch out for trailing commas!