Game
Dead Drift

2 years 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

CONSTRUCT TUTORIAL TIME! I wanted to make a "mini-article" on how to make the distance-based zoom control mechanic I did for Dead Drift since it's so easy!

If you're interested, click on [Read Article] below!

#indiedev #gamedev

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!

NEW UI PLANNING!

Since the beginning of this project, I've done its UI in a somewhat haphazard way. Now it's time to get some things right, so I'm planning to fix some things about its user interface.

Read more in the article by clicking on...

Our 2024 Advent Calendar has opened! Day 18: @Otis_Le_PoOtis is the Creator of Bondee’s Barnyard and posts updates about their dev journey and their work on the sequel!) Accept the quest and give them a follow to get Coins and a seasonal sticker!

For this #DrawABirdDay I decided to make a simple animation as if Greedy Grackle was one of the Socks from Sock Town!

Here's Greedy Grackle Sock!

#pixelart #animation

Create your own Arcane art to be featured in an official Opera GX Arcane Mod + GET a chance to win prizes and bragging rights.

The best part? No AI is allowed in the contest.

Enter the contest here: https://bit.ly/forgeyourlegacy

Learn more deets 🔽

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!

MAKING YOUR CUSTOM BAR IN CONSTRUCT 3 - PART 1!

This is a simple tutorial about creating a custom bar using the native Progress Bar from Construct 3!

If you're interested in this kind of stuff, hop on and click on Read Article below! :)

#indiedev #gamedev

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

QUICK UPDATE on the MISSIONS SYSTEM!

I have been working on this progression layer and things have been going well! Here's a video of me testing this system!

Click on Read Article for more info! :)

#gamedev #indiedev