Skip to content

Commit

Permalink
Fix repository URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 7, 2018
1 parent 4bca6a8 commit 4c7dfa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Renders a frame to an `[ r, g, b, a ]` ImageData object.
**Parameters**

- `frameIndex` - The SLP frame ID to render.
- `palette` - A colour palette: an array of `[ r, g, b ]` colour arrays, probably from the [jascpal](https://github.com/goto-bus-stop/jascpal) module.
- `palette` - A colour palette: an array of `[ r, g, b ]` colour arrays, probably from the [jascpal](https://github.com/genie-js/jascpal) module.
- `options` - Optionally, an object with properties:
- `player` - Player colour (1-8) to use for player-specific parts. Defaults to 1 (blue).
- `drawOutline` - Whether to draw an outline (used when units are behind buildings, etc). Defaults to false.
Expand All @@ -52,9 +52,9 @@ In node, returns a plain object with the `data` as a Uint8ClampedArray, the `wid

## Related

- [slp-render](https://github.com/goto-bus-stop/slp-render) - CLI for this module.
- [jascpal](https://github.com/goto-bus-stop/jascpal) - JASC Paint Shop Pro palette file parser--these are the palette files used by the Genie engine
- [genie-drs](https://github.com/goto-bus-stop/genie-drs) - Read and manipulate Genie Engine .DRS file archives
- [slp-render](https://github.com/genie-js/slp-render) - CLI for this module.
- [jascpal](https://github.com/genie-js/jascpal) - JASC Paint Shop Pro palette file parser--these are the palette files used by the Genie engine
- [genie-drs](https://github.com/genie-js/genie-drs) - Read and manipulate Genie Engine .DRS file archives

## License

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "genie-slp",
"description": "SLP graphics file parser for Node.js",
"version": "1.1.0",
"author": "René Kooi <rene@kooi.me>",
"author": "Renée Kooi <renee@kooi.me>",
"dependencies": {
"awestruct": "^1.0.0"
},
Expand All @@ -20,7 +20,7 @@
],
"license": "MIT",
"main": "lib/SLP.js",
"repository": "goto-bus-stop/genie-slp",
"repository": "genie-js/genie-slp",
"scripts": {
"build": "rimraf lib && buble src -o lib",
"prepublish": "npm run build",
Expand Down

0 comments on commit 4c7dfa5

Please sign in to comment.