diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 06:35:22 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 06:35:22 -0500 |
| commit | ae99b55e21cc721a28a651120a04387f4a27a9d0 (patch) | |
| tree | 73fdb57b6efafa468ecc31e48940ded1b9b257fd | |
| parent | 81ed2430ba2c0f23acde2834ba679b2661c3e367 (diff) | |
Adds link + priority in to-do
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Serpentity -Serpentity is a simple entity framework inspired by Ash. +Serpentity is a simple entity framework inspired by [Ash][ash]. Usage: @@ -94,6 +94,9 @@ Just run `engine.update(dt)` in your game loop :D ## TO-DO +* Priorities * Removing components * Implement the ashteroids demo (Serpentoids) * Actually check performance + +[ash]: http://www.ashframework.org/ |