Skip to content

Commit

Permalink
Merge pull request #127 from hood/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ivanpopelyshev authored Aug 7, 2021
2 parents c3f1095 + 8e06416 commit 66dd892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Loader.shared.onLoad(function onTilesetLoaded()
const tilemap = new CompositeTilemap();

// Render your first tile at (0, 0)!
tilemap.add('grass.png', 0, 0);
tilemap.tile('grass.png', 0, 0);
});
```

Expand Down

0 comments on commit 66dd892

Please sign in to comment.