1 year ago

Urgh at some point I need to rework how the Building lists work. I've got Walls/Doors/Roof/Fences all in the same array, which is fine for now, but If I keep adding new ones they need to be in their own arrays.


That'll also help with the House menu for changing Wall types etc. Right now I'm clamping the value when you cycle so you don't turn the walls into doors X'D

I also need to do a rework of the Rug system for Houses. Right now you select a location then you can cycle through the rugs, but it's probably better if you select on first then choose the location? That means a full rework of it. The reason it's done this way is because of how the data is stored, it's a grid, which makes it really easy to just draw them onto the floor of the house. Also must fix how they move if you adjust the House size by the left/top walls...

monstisla2050.gif

Maybe if I change it to a list? That would actually be quicker for the draw, since it's not checking every square, but that makes changing them slower since it has to run down the list looking for the coordinates. Maybe a combination of the two like I do with Snow? Hmm. Need to ponder this a bit.



2 comments

Loading...

Next up

Happy August everyone! I hope you're all doing well!

Mostly got a couple things done that I've been putting off, unfortunately I didn't get as much done as I'd hoped.

https://www.patreon.com/posts/136133803

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

(shitty slow tablet gif)

Shout out to everyone who gave me Charged Stickers last month, thank you all so very much.

You all rock! I hope you're doing well and have a fantastic September!

Take care, stay safe and keep being awesome!!

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!

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

YEAAAASSS!!!

✨️SHINY✨️

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.

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.