All Posts in Thrall of Time Games Community

Share your creations!

Basic Teleporter Menu works.
You can choose where you want to go when in the Underground, and whether to progress or leave when elsewhere.

You can tell the different areas by the tileset (just made one green for quick testing)

Edit: Added a circle particle

Still messing around with Particles, realised I could use part of the Teleporter animation AS a particle!

Pretty happy with how it looks!!

Looking into how to most efficiently use Particles in Game Maker.
-You only need a new SYSTEM when you want to have different depth.

-Make a new EMITTER for each object making particles.

-Make a new PARTICLE when changing multiple settings (speed/sprite)

GameDev Progress Post for February!

Happy March everyone! I hope you're all doing well! I think this is everything I got done this month!

Enjoy!

Lool! The account might be 9 years old, but I only really started using this place 2 years ago? Was in November i think.

Anyway, thank you all for the Spawn Day wishes, that's really kind of you

I hope you all have an awesome day!

#spawnday

Hmm, A or B. Or both but for different Reactions?

  20 votes Voting finished

Fixed a bunch of stuff, and reworked some other code.
Goblins no longer get their arms stuck up after jumping.
Also made them more in sync for now, until I work out the Call and Response system.

Added a SHOCKED reaction.

Reactions happen for both Goblins simultaneously.

I'll add some variation so they don't react the same, I'm wondering if I should make it "Call and response" where one will do a reaction then the other will react to the reaction.

NPC Goblin interactions update! Now with Belly Laughing and Happy Clapping!

Got it working! Split them into a "Chatting" state and a "Being Chatted" state, one for each Goblin.
Everything is controlled by the Chatting Goblin.

There's a failsafe in the Being Chatted Goblin in case they don't get released from the state.

Now I slep