79808182838485868788
theMap = new Map(); //start off in a town currentTown = new Town(); //initialize the main gui mainScreen = new MainScreen(); //set the first store as the first store for the store screen mainScreen.setTownAndStore(currentTown); }