change tutorial part in readme
This commit is contained in:
parent
812c2b5d9e
commit
ece4dd1d1a
12
README.md
12
README.md
|
@ -11,12 +11,12 @@ go get github.com/faiface/pixel
|
||||||
The [Wiki of this repo](https://github.com/faiface/pixel/wiki) contains an extensive tutorial
|
The [Wiki of this repo](https://github.com/faiface/pixel/wiki) contains an extensive tutorial
|
||||||
covering several topics of Pixel. Here's the content of the tutorial parts so far:
|
covering several topics of Pixel. Here's the content of the tutorial parts so far:
|
||||||
|
|
||||||
### [Creating a Window](https://github.com/faiface/pixel/wiki/Creating-a-Window)
|
- [Creating a Window](https://github.com/faiface/pixel/wiki/Creating-a-Window)
|
||||||
### [Drawing a Sprite](https://github.com/faiface/pixel/wiki/Drawing-a-Sprite)
|
- [Drawing a Sprite](https://github.com/faiface/pixel/wiki/Drawing-a-Sprite)
|
||||||
### [Moving, scaling and rotating with Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix)
|
- [Moving, scaling and rotating with Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix)
|
||||||
### [Pressing keys and clicking mouse](https://github.com/faiface/pixel/wiki/Pressing-keys-and-clicking-mouse)
|
- [Pressing keys and clicking mouse](https://github.com/faiface/pixel/wiki/Pressing-keys-and-clicking-mouse)
|
||||||
### [Drawing efficiently with Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
|
- [Drawing efficiently with Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
|
||||||
### [Drawing shapes with IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw)
|
- [Drawing shapes with IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue