Merge pull request #12 from Yonaba/master

Small typo fix in the Readme
This commit is contained in:
vrld 2013-02-23 04:08:41 -08:00
commit 63f1cb933d

View File

@ -6,7 +6,7 @@ __HUMP__ is a small collection of tools for developing games with LÖVE.
Contents:
------------
* *gamestate.lua*: Easy gamestate mangement.
* *gamestate.lua*: Easy gamestate management.
* *timer.lua*: Delayed and time-limited function calls.
* *vector.lua*: 2D vector math.
* *vector-light.lua*: Lightweight 2D vector math (for optimisation purposes - leads to potentially ugly code).