fixes image embed
This commit is contained in:
parent
a331ca6caa
commit
5dab341e20
@ -29,7 +29,7 @@
|
||||
<h1>pixel art tutorial section</h1>
|
||||
<p>here's how i like doing my graphics!<br>
|
||||
first, we get a reference, and i'm going to use a pokemon i like and is relatively simple to draw:</p>
|
||||
<img src="https://archives.bulbagarden.net/media/upload/thumb/8/89/0045Vileplume.png/800px-0045Vileplume.png" width=256px>
|
||||
<img src="https://archives.bulbagarden.net/media/upload/8/89/0045Vileplume.png" width=256px>
|
||||
<p>vileplume!</p>
|
||||
|
||||
<p>so, first i create a new image of 64x64, and make a pallete from the sprite. you don't have to do this, but i like planning out the colors before i start to make it feel more organized and you can always add a color if you forget the light blue like i did</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user