Skip to content

Commit

Permalink
add extra instructions to start modal
Browse files Browse the repository at this point in the history
  • Loading branch information
drj17 committed May 8, 2017
1 parent ce69692 commit 2a41dbf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" href=".at/favicon.ico" type="image/x-icon">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<meta charset="utf-8">
<title>Cytosis</title>
Expand All @@ -17,6 +17,7 @@ <h1>Welcome to Cytosis!</h1>
<ul>
<li>Use the arrow keys to move the green bacteria
</li>
<li>Flashing bacteria (including you!) are invulnerable</li>
<li>Avoid bacteria larger than your own</li>
<li>Eat smaller bacteria to increase your size</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions lib/bundle.js

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

2 changes: 1 addition & 1 deletion lib/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Player {
constructor() {
this.pos = [250, 250];
this.color = '#000000';
this.radius = 15.0;
this.radius = 18.0;
this.collidable = false;
this.dead = false;
this.image = new Image();
Expand Down

0 comments on commit 2a41dbf

Please sign in to comment.