From: Ben Beltran Date: Mon, 11 Aug 2014 11:35:22 +0000 (-0500) Subject: Adds link + priority in to-do X-Git-Tag: v0.1.3~7 X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/commitdiff_plain/ae99b55e21cc721a28a651120a04387f4a27a9d0?hp=81ed2430ba2c0f23acde2834ba679b2661c3e367 Adds link + priority in to-do --- diff --git a/README.md b/README.md index ef2214e..f90083b 100644 --- a/README.md +++ b/README.md @@ -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/