2 years ago

Quick smash up of some existing code to make it so you can customise NPC houses, needs a bunch of work!
The Destroy Option doesn't work (it selects the House be default), it's also not checking for collision, only if over a house

#gameDev #goblins




4 comments

Loading...

Next up

I THINK that's all fixed and working? Gained loads of FPS back.

I thought I'd need to remove another nested for loop, but since Ground Surface is only done once I don't.

Only issue is I've lost the dust cloud when adding Paving.

Hmm, trying particles with my magic system. I don't think they really work with the Static Shocks spell.

Also adding a lighting effect, but it doesn't apply to the particles.

I tried, but the offset isn't updated Hmm.

OMGOSH Someone just subbed to me on #Kofi!

Thank you so much for your T2 membership Jana, I sincerely appreciate your support!

It will really help me out a lot!

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Now I have Fireballs!

@ilta is a Jolter to Watch! She's your local elven blacksmith! She creates pixel art, swords, chainmail, and more! Follow her before the quest ends on February 4 and you'll get Coins!

Ok, got some tile variations on the Beach, but it's just RNG. I need to work out some patterns and use those instead. I had some with little bits of grass but they looked bad.

Also added Shells and Glass Bottles.

Ok! Footprint particles are all working again! Prioritises snow over the ground types. I should add a decay timer in case you stand still too long

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Hmm. Attack movement (for spells) set attacks to use if runSysTimer mod 10 == 0, instead of the if alreadyHit == false, to run the collision code.

Seems to work I should probably experiment to see how infrequent I can be with the trigger.