Fix error in readme

This commit is contained in:
Daniel Power 2020-11-15 23:44:15 -03:30
parent dd072adbe9
commit 2196a41e71

View file

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