



Here is my character design for #08. I also created the first level, but getting it to run is an issue due to coding errors. I was able to get them fixed
Introduction to Video Game Design




Here is my character design for #08. I also created the first level, but getting it to run is an issue due to coding errors. I was able to get them fixed
You must be logged in to post a comment.
I really like the color palette you chose it goes really with the design of your character! The different textures you created makes the environment pop.
Looks good, nice work on the details. The sprite should always be in the same place, you don’t want it to move around in the frame when running or jumping, it will look glitchy in the game. Remember the game handles the movement, the animation should be running or jumping “in place.” It looks like your sprite is 50×50 pixels, make sure to update the size in the player script.