Game
Dead Drift

1 year ago

Fixed some nasty bugs, changed the dynamic font to Eeve Somepx's great "Hungry" font, and few things more!

Now it's time to go to sleep! See ya tomorrow!


If you folks want to know which font I'm talking about, that's the one: https://www.patreon.com/posts/december-22-75998898


AND if you masochistic folks are curious about the bugs I was solving... the nastier one was this:

I was trying to change the Upgrade Card selection from a second touch on the cards, instead of the ugly placeholder button I was using. I changed the code to take that into consideration: "when the user touches this card again, consider it as if they were selecting it."

However, for some reason, some touches were being ignored. It was the worst kind of bug because it didn't happen always -- just sometimes.

After much probing, changing, debugger, etc, etc, I realized what was the problem.

Apparently, when I was touching the Upgrade Card for the second time too fast, Construct was not considering this a second touch, but, instead, a double tap!

Did my code have double-tap treatment? Nope.

Could I disable double tap in my game? Or at least reduce the double tap time? Not that I know!

Anyways, I handled this case separately in my code, and... done. One bug less!

image.png

A used a Construct Function to make the final result repeat less code, but it didn't look pretty in the end.

BUT who's gonna see it?

Anyways... see ya tomorrow!



8 comments

Loading...

Next up

WORKING A BIT ON THE MISSIONS UI!

Last time I posted a kinda bare bones version of this screen, now we got some of its art!

Still not totally satisfied with all elements, but I guess it's already a nice improvement :)

#pixelart #gamedev #indiedev

DEAD DRIFT UPDATE!

I'm still working on the missions, and it's been harder than I anticipated. However, I was able to make missions work (even if the UI is a little janky)!

Click on Read Article for more info!

Hey, folks! It's been a while since I talked about Dead Drift, I wanted to give you folks a (not exactly) brief update!

Click below on [Read Article]!

Under the Desert Sky~

I wanted to remaster, an older piece of mine. How did I do? Tap/swipe to see the piece I created a whole year ago in January of 2023!

It's coming, folks!!! Anyone else excited???

"I get it now."

(Swipe to the right to see the original pixel art!)

: Aseprite (Sequel to the last redraw at my profile/AnubiClub!)

Sharing the pixel art I did for a personal project I never got to make. The player would control an enchanted chest that had to investigate the disappearance of its wizard master!

What do you think? Would this had looked cool?

#pixelart

Here's what I'm thinking to celebrate the 1K followers milestone... the very first SOCK TOWN prototype!

It's heavily inspired by the Reigns game, but instead of being about being a king... it's about being the director of the "Sock Town" TV show!

Happy #WIPWednesday!

Are you working on a game? A song? Something else? Tell us in the comments!

CONSTRUCT TUTORIAL - SPRINGY MOVEMENT (PART 2/2)

Let's keep going! We're going to make a flower bounce today, and we have a lot of work to do!

Click on [Read Article] for boing-oing-oing-oing!