summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 7b4d5ab..4de8175 100644
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ clld is a simple collision checker, that takes two 2D, or 3D points, tests
the collision of the points, and outputs the results to stdout.
It can do many different types of collision checks, including
-tile heightmask, AABB, per pixel, and more.
+tile heightmap, AABB, per pixel, and more.
@@ -70,6 +70,7 @@ cursor position, and the floor position.
The input format looks like this:
<collision type>
+<collision type specific data>
<cursor x>, <cursor y>[, <cursor z>]
<floor x>, <floor y>[, <floor z]