Merge pull request #31 from DanielPower/master

Fix error in readme
This commit is contained in:
Pablo Ariel Mayobre 2021-01-08 03:49:32 -03:00 committed by GitHub
commit 1325c4b445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,7 +445,7 @@ Concord.component("velocity", function(c, x, y)
c.y = y or 0
end)
local Drawable = Concord.component()
local Drawable = Concord.component("drawable")
-- Defining Systems