Day 09: Gamedev.js Jam 2022

Today I did a lot of work!

As you can see, I added a nice background. I imported it from GDevelop Asset Store. Then I implemented the health of the player. Last night I figured out how to do that. I just had to add the "Trigger once" condition. The way I figured it out is by making a test project. It is a good trick to test some functionality. Then I changed the snake image. I also added 2 new pixel fonts. 

One cool thing I built today is flipping the snake facing the boy. First I tried to use the action "Flip horizontally". It didn't work properly so I added another animation and changed the animation according to the X position of the boy and the snake.

Comments

Popular posts from this blog

Day 11: Gamedev.js Jam 2022