Loading...
42
1 year ago

For day 733 of coding, I managed to get the collisions to work correctly in the maze. I just had to use the tilemap_get_at_pixel() function with the hitbox edges




3 comments

Loading...

Next up

For day 1143 of coding, I've set up an invulnerability timer after the player gets hurt. I don't have any other indicators set up yet

For day 1146 of coding, I tried shortening the invulnerability period and making the "blinks" more rapid to see how it looks overall

For day 1144 of coding, I've set the player sprite to flash in and out during the time of invulnerability. It's not great, but it can serve as a base for something better

My game in 50 seconds #indiedev #Gamedev #steam

For day 1141 of coding, I fixed the collision error. It turns out that two of the variables needed for the collision needed to be updated after the speed change from knockback

Akatori is an epic metroidvania where you wield your staff to fight, jump, and explore diverse realms across different eras.

It's also one of the games that's part of Steam Next Fest!

Play the Steam Next Fest demo now: https://bit.ly/Akatori

For day 1142 of coding, I made sure the player doesn't ping pong between enemies after being hit #gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

For day 1148 of coding, I've added a flashing red color blend during the invulnerability period. I am currently working on how to apply it as a shader instead

Happy Devruary! Devruary Day 28 celebrates @Decrypt ! He's the game dev behind Fractal! We also have a question for the devs of Game Jolt: What game dev skill are you trying to level up next?

For day 1150 of coding, I tried adding yellow through the draw_sprite's image blending to see how it looks