Skip to content

Commit

Permalink
Minor Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
owmasch committed Dec 19, 2016
1 parent 16d8f6f commit 1711f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# In-browser-Particle-System
2D Particle Engine
2D Particle Simulator

Utilizes the HTML Canvas element to simulate 3 particle scenarios.
- Rain (w/ wind)
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ <h3 class="text-muted">In-browser Particle System</h3>
<div id="intro">
<h1>2D GAME</h1>
<p class="lead">Which simulation would you like to start with first?</p>
<p><button id="startSnowButton" class="btn btn-sm btn-primary" type="button">Snow blowing and falling.</button></p>
<p><button id="startRainButton" class="btn btn-sm btn-primary" type="button">Rain falling.</button></p>
<p><button id="startInsectButton" class="btn btn-sm btn-primary" type="button">Insect Swarm.</button></p>
<p><button id="startSnowButton" class="btn btn-sm btn-primary" type="button">Snow blowing and falling</button></p>
<p><button id="startRainButton" class="btn btn-sm btn-primary" type="button">Rain falling</button></p>
<p><button id="startInsectButton" class="btn btn-sm btn-primary" type="button">Insect Swarm</button></p>
</div>
</div>
<!-- Don't display this until the simulation has started. -->
Expand Down

0 comments on commit 1711f6d

Please sign in to comment.