Skip to content

Commit

Permalink
Merge pull request #5 from kylesalk/master
Browse files Browse the repository at this point in the history
Image Addition
  • Loading branch information
mr54ndm4n authored Oct 3, 2018
2 parents bc6e548 + 0bb124c commit b3d8ec9
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Game life counter to play game with friend app using ReactJS and Bulma

https://dreamn.github.io/Life-Counter/

## Images
Character images taken from [Reddit user /u/CharlieQue](https://www.reddit.com/r/tf2/comments/7t4dhh/i_saw_the_new_player_icons_in_overwatch_and_got/)
1 change: 1 addition & 0 deletions bulma.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/player_1.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 images/player_2.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 images/player_3.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 images/player_4.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 images/player_5.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 images/player_6.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 images/player_7.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 images/player_8.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 images/player_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class LifeCounter extends React.Component{
return (
<div className="container">
<div className="box">
<img src={"./images/player_" + this.props.player + ".png"} width="100" height="100"></img>
<h2 className="title is-2">Player {this.props.player}</h2>
<h3 className="title is-3">Score: {this.state.score}</h3>

Expand Down

0 comments on commit b3d8ec9

Please sign in to comment.