RunFaps
CarrotsCritters
CarrotsCritters patreon

This Week in the Forest! #163

🕑 Added 2024-07-21 17:48:40 +0000 UTC
This Week in the Forest! #163

Comments

Sprink

Really appreciate the insight into your coding process, that was a really cool read. Well, at least for a mechanic like me it was.

Jack_Wolfe

Thats such a nice layout of a plan, its awesome seeing you tackle these game dev problems and finding solutions.

VGR

Who’s in the sketch?

wolf

I am fascinated by all this, how professional your work is.

Gashren

Mabel Spawning: Maybe, instead of checking conditions one by one each time, you should just add a public boolean field isSpawn (I guess to the Mabel class?), and set it to true/false depending on the circumstances? That way SpawnMabel would only have to check if the field value is true, and the other methods (for example, the one responsible for starting conversation), would be responsible for setting the field value. Would probably need some refactor in your code, though.


More Creators