All Posts in GameMaker

Share your creations!
Loading...

For day 453 of coding, I got more cards to appear through the "Hit" action

Some draft of a possible new game ... stay tuned .

Heck Yeah! Fixed my Rolling bug!

I had to change the tile collision check to check for all four sides of the player colliding with the tile, instead of just if one of them collided. Weird, but it works.
Now, back to Cave Gen!

WOOPS! Well that's a bug!

Should be easy to fix, but wow that could have gone unnoticed for a while...

Teaser of Nobody's first encounter!

DELTARUNE: Broken Destiny | Proto-Chapter 1 (???)
#deltarune #fangame
https://www.youtube.com/watch?v=EdxV0BiE2CQ
Loading...

For day 453 of coding, the player can now see the dealer's starting hand

Yesterday I had a really dumb bug. Not a bug I did, one in gamemaker(1.4)

I use a lot of temporary arrays, but you have to trick GM to do so

You can't do: var _tAr[0] = x;

But: var _tAr = -1; _tAr[0] = x;

You also have to _tAr = -1; before changing them

We published a new Ko-fi and Patreon exclusive asset pack - Red Rock & Grass pixel art tilesets! It's free for all our followers!

Ko-fi: https://ko-fi.com/post/Red-Rock-Grass-Tilesets-I2I3WR5DH

Patreon: https://www.patreon.com/posts/red-rock-gra

#tileset #pixelart #gameassets #rpg #IndieGameDev #IndieDevs

For #WIPWednesday, here is another piece of Lutaland art for an area called the Sky Realm! Feel free to provide feedback or comments on this art, as it is still in progress.