All Posts in GameMaker Studio 2

Share your creations!
Loading...

Fora day 233 of coding, I reworked how the enemies drops items

They now always drop a set amount of experience(lifeforce). They also now sometimes drop health

Loading...

For day 232 of coding, I made some health pickups

Loading...

For day 231 of coding, I've updated the spawner to include one of the plants now

I've also changed how they move outside of the room so they won't just pop in when created

Loading...

For day 230 of coding, I've updated the enemy spawner to include bats

I've also updated it to spawn when there are less than 6 enemies on-screen instead of 3

Loading...

For day 229 of coding, I attempted to fix the weird orbiting pattern of the projectiles

The only solution I've found so far is to increase the orbiting speed. I do plan to eventually find a solution that will allow for slower orbit speeds

Loading...

For day 228 of coding, I've made alterations to the code for shooting the orbiting projectile

It can now have two projectiles orbiting around the firing path on opposite sides

Loading...

For day 227 of coding, I made a projectile that orbits around its firing path

The sprite used for the projectile is only a placeholder until a more suiting design is created

Loading...

For day 225 of coding, the timed projectiles now have an explosion that hurts the player

Loading...

For day 224 of coding, I made a new projectile that will slow down and explode. No explosions yet

Loading...

For day 223 of coding, I made a new shoot function

This function will have the enemy shoot multiple projectiles, but with short delays between each shot