Goblin Game Dev Posts in Thrall of Time Games Community

Share your creations!

Added Ceramic Pots to smash and Gobloons to collect.
They go straight into your wallet instead of your inventory!

Reworked explosive walls. Instead of just doing checks for walls that can explode nearby they drop an invisible bomb. So now they chain with a delay, much more satisfying!

Loading...

Gonna have an early night for once

Tomorrow I get to eat the cheese, and I guess work on more Underground and Circuit stuff.
I'd like to set up a variable to designate things that can be connected to buttons without just adding them to a switch statement

Got VERY basic Underground Ruin rooms set up.
I can have different designs and assign buttons randomly to Devices like Spiked Gates and have random loot in Chests!

OK! Got Spiked Gates drawn and set up.
Next is just figuring out the best way to plan out my Underground Rooms.
Main issue is tiles are 2x the size of the smallest Device, so I need to 2x grid I make them from...

Proof of Concept for my Building Code and Systems working in the Caves and Underground.

Button + Door.

I need to disable the Button menu, and add some delay to receiving a new input so Doors don't constantly flap, but it's all working as expected!

Be careful, I've added Gunpowder Walls!

That's a CHAIN REACTION

Added the Pathfinding Collision Grid for the Caves and Underground so the Creatures I eventually add wont walk through walls.

Odd bug at the end where Bombs chain destroyed a wall?? Maybe the "for loops" are going the wrong way?

Loading...

Still working on drawing new Cave things, but I've fixed the Lighting system so it now automatically sets to the correct value when moving areas.

Also added a light effect to bombs, and fixed Tools not colliding with Walls correctly (Shovels don't at all)

OK! Basic Ore Veins are set up! Just need to add more of them!
It's kinda dirty the way I've done it, but it shouldn't cause any issues...

Did have to add a whole extra Tileset just for Copper Ore, so I'll have to do that for each type...