X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/c2c83a18d5c42264d7aea3ee1c7c91e02311a7c1..81ed2430ba2c0f23acde2834ba679b2661c3e367:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 174c5db..ef2214e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Serpentity + Serpentity is a simple entity framework inspired by Ash. Usage: @@ -26,7 +28,7 @@ Remove entities or systems: Entities are the basic object of Serpentity, and they do nothing. - var entity = new Serpentity.entity(); + var entity = new Serpentity.Entity(); All the behavior is added through components