Skip to content

Commit

Permalink
Added the winning/losing pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-sys committed Apr 4, 2020
1 parent 3fb9168 commit f38cd3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added src/assets/losing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/winning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,18 @@
},
"WinEvent": {
"prompt": "You win! You have survived!",
"imgPath": "",
"imgPath": "winning.png",
"choices": [],
"hasBottomBoxBorder": true,
"hasInnerFill": true,
"gamePlayMode": "GameOver"
},
"LoseEvent": {
"prompt": "Game over. You lose.",
"imgPath": "",
"imgPath": "losing.png",
"choices": [],
"hasBottomBoxBorder": true,
"hasInnerFill": true,
"gamePlayMode": "GameOver"
}
}
}

0 comments on commit f38cd3d

Please sign in to comment.