Skip to content

Commit a11e942

Browse files
committed
Updated comments
1 parent fa8b6b5 commit a11e942

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Public/js/ProckStackGitio.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ const projectTitle = "procstack.github.io";
2424
// pxlRoom folder path, available to change folder names or locations if desired
2525
const pxlRoomRootPath = "./pxlRooms";
2626

27-
// Current possible rooms - "CampfireEnvironment"
27+
// Current possible rooms - "CampfireEnvironment", "SaltFlatsEnvironment"
2828
const startingRoom = "CampfireEnvironment";
29-
//const startingRoom = "SaltFlatsEnvironment";
3029
const bootRoomList = ["CampfireEnvironment", "SaltFlatsEnvironment"];
31-
//const bootRoomList = ["SaltFlatsEnvironment"];//, "SaltFlatsEnvironment"];
3230

3331

3432
// -- -- -- -- --
@@ -45,6 +43,7 @@ const pxlNavr = new pxlNav( verbose, projectTitle, pxlRoomRootPath, procPages.cu
4543

4644

4745
// Set or Update the loader message
46+
// This will appear under the loader bar on the first screen
4847
const loaderPhrases = [
4948
"...chasing the bats from the belfry...",
5049
"...shuffling the deck...",
@@ -81,7 +80,7 @@ procPages.bindTriggerEmits( pxlNavr.trigger.bind(pxlNavr) );
8180

8281
function init(){
8382

84-
83+
// Start the timer and initilize pxlNAv
8584
pxlNavr.bootTimer();
8685
pxlNavr.init();
8786

0 commit comments

Comments
 (0)