Skip to content

Commit

Permalink
added flatland quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliumxyz committed Apr 20, 2017
1 parent 1044db0 commit 2cfd912
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# ASAP
A Simple Aesthetic Particle engine.
### A Simple Aesthetic Particle engine.

“Imagine a vast sheet of paper on which straight Lines, Triangles, Squares, Pentagons, Hexagons, and other figures, instead of remaining fixed in their places, move freely about, on or in the surface, but without the power of rising above or sinking below it, very much like shadows—only hard with luminous edges—and you will then have a pretty correct notion of my country and countrymen.” ― Edwin A. Abbott, Flatland: A Romance of Many Dimensions
2 changes: 1 addition & 1 deletion load.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const loadScript = _ => {
let script = document.createElement("script")
script.setAttribute("src","main.js")
select("head").appendChild(script)
select('h1').innerText = "A Simple Aestetic Particle engine"
select('h1').innerText = "A Simple Aesthetic Particle engine"
}

const canvas = select('canvas')
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ window.onkeydown = e => e.keyCode===32?start():e
* - gravitate.
* - contain.
* - grab.
* - Adding title randomizer.
*/


Expand Down

0 comments on commit 2cfd912

Please sign in to comment.