Hello!!! I want to teach you how to do pixel art with a method that is easy to code
-
Add an object
-
Code the appearance and set speed to (999999…a lot of numbers ), then if you want a background let’s draw a trail (width=a lot of numbers) and move forward 1
-
Then set (pixel size “new variable)“ to (number that isn’t 0)
Let’s do a pixel
- {Repeat times “Pixel Size”x”2”
Move forward “0.25”
(Draw a trail color “color” width “1“
Change y by “pixel”x”-1”)
Move forward “0,25”
(draw a trail color “color” width “1”
Change y by “pixel“)}
This is our pixel:
Tada!!!
Sorry if I did something wrong