1 year ago

Day 182

I...I think it's done? The cave walls have fully been mapped out! There might still be a couple edge cases but I've not seen any mistakes!

Next, adding spawning things in the cave.
Also adding an exit...

I'M FINALLY OUT OF THE CAVE!


Exit will be hard.
In theory I could make it where ever the floor gen ends, but I've noticed some situations where sealed off rooms are generated so that's not going to work. (unless I make walls destroy-able?!?!)

Spawning the exit after the player does something would be the easiest option, or I guess just in a randomly place x distance from the player spawn point. The key will be doing a path check when it's spawned to make sure the player can actually get to it.



4 comments

Loading...

Next up

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.

I now have Magic!

kinda.

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.

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!

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.

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!

Huzzah! I now have AoE attacks!

I've swapped to having Magic Staffs instead of having to hold a second button to use Magic.

I'll see what else I can come up with but this fixes the keyboard ghosting issue for now.