Skip to content

Commit

Permalink
adding check for not-chrome to prevent game start, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpfives committed Jan 9, 2020
1 parent d69dc07 commit 579228d
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 249 deletions.
164 changes: 82 additions & 82 deletions resources/bad-guy.json

Large diffs are not rendered by default.

Binary file modified resources/bad-guy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions resources/config/master-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
},
"Resume" : {
"type" : "resume",
"config" : "resources/config/scenes/resume/scene.json"
},
"Unsupported" : {
"type" : "unsupported",
"config" : "resources/config/scenes/resume/scene.json"
},
"Ending" : {
Expand Down Expand Up @@ -494,6 +498,16 @@
"to" : {
"scene" : "Resume",
"exit" : "start"
}
},
{
"from" : {
"scene" : "Unsupported",
"exit" : "start"
},
"to" : {
"scene" : "Unsupported",
"exit" : "start"
}
}
]
Expand Down
Loading

0 comments on commit 579228d

Please sign in to comment.