1 year ago

Thought I had everything set up so I could just easily add new Building Types..nah so many fiddly bits needed changing. So I redid it all!


Recoded anything that was hard coded to look for building ID's to be much more robust, should be much easier now to add new Buildings.

Instead of having to go through all the code and add the new building ID to the if statement, I've added a script isBuilding, when I add a new Building Type I just need to add the typeID to that and all the checks will get updated!

Also added scr_GetBuildingSize, which will grab the size of the array used for that building type and use it for the default size values, so as long as there's a default shape all the code will have the correct values!

Also, new Building. The Dormitory!

Gives the Goblins somewhere to sleep if they don't have a House, but has no other benefits.



8 comments

Loading...

Next up

“I'll Try Spinning, that's a Good Trick!”

(shitty slow tablet gif)

"Balmut, why do you keep clicking on them if you don't want them?"

Because i wanted the candies!!!

✨️SHINY✨️

ten years

Reworked Beacons in the Ruins Progress

(Shitty slow tablet gifs)

They now spawn Enemies at intervals, once they've hit the cap it stops.

Then when you've killed them all it loops and decrements the wave count. When all waves are done you get loot!

Madeline is the main protagonist of the mountain climbing platformer, Celeste. The game has been praised for its visuals, gameplay, and introspective narrative. The game's creator Maddy Thorson confirmed that Madeline is trans in 2020.

Another month down!

@Magnoentry33 is a Jolter to Watch and pixel artist in search of true freedom within you! Follow @Magnoentry33 before the quest ends on September 23 and you'll get Coins!

The shown menu UI here all use the same script now. I just have to give it the scale, the amount of buttons, the width, height, x, y, an array of text values (and alphas if a button isn't accessible), and the index that tracks where ">" is.