1 year ago

So I've set the Underground (different to caves) to be generated by code now instead of being built in the room editor.

I really don't want to have to make a second array twice the size to add objects to the room, I have some ideas though.


-I could just make an array that lists the object types and their x/y values instead.

-I could put then in that original array and add something to the placement code to offset them based on their relative position (left side of room, shift to left side of the tile, top shift to top side of tile etc)

-I could just put them dead centre of the tile? That's not how buildings work on the Island, but meh!

-I could make new sprites that are tile sized?

Hmm

Oh, and that array? It gets destroyed after use by setting;

underground = -1;

So it's not stored in memory forever. Not a huge performance boost, but there's really no reason to keep it.



11 comments

Loading...

Next up

I don't have a cat, but I have a couple cat rugs!

#CatDay

YUS!

I've been after this for AGES!

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.

New plan, gave up on trying to math out the spread based on the existing ones and instead added a charge to choose how many magic orbs to spawn around you, and also added a slow move from the centre out.

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

Doing a rework of my Magic System to make it modular, so you can have any element as a Projectile/AoE/Orbit, instead of each being set as they were.

Also working on making it so Orbit spells have a charge effect to change the amount.

bionical

#GJAsks

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

Magic rework is working! Added in the text info for movement types.

Just gotta fill in some sprite gaps, and a couple bits of data, rearrange and cleanup some look up/reference code.