We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cc810 commit 38e4ebdCopy full SHA for 38e4ebd
README.md
@@ -32,7 +32,7 @@ add([
32
Game objects are composed from simple, powerful components:
33
34
```js
35
-// Add a Game Obj to the scene from a list of component
+// Add a Game Obj to the scene from a list of components
36
const player = add([
37
rect(40, 40), // it renders as a rectangle
38
pos(100, 200), // it has a position (coordinates)
0 commit comments