fixes image embed

This commit is contained in:
etherware-novice 2024-08-15 16:52:22 -05:00
parent a331ca6caa
commit 5dab341e20
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -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>