general in GameMaker Studio 2

Share your creations!
Loading...

For day 1300 of coding, I made sure the pinecones drop from tree tops instead of tree stumps

Loading...

For day 1298 of coding yesterday, I made a constructor that'll run upon chest creation.

For day 1299 of coding today, I created a pinecone pickup that'll be dropped by trees. Later, I will make sure the pinecones only drop from the tree tops

Loading...

For day 1297 of coding, I've figured out a plan for the storage system. I'm goin to try creating new structs in an array slot using a constructor. I'll still need to work out some details, but it seems like a solid plan

Loading...

For day 1296 of coding, I am currently working on structs and constructors for the storage systems. It's not yet ready to test though

Loading...

For day 1295 of coding, I've been looking to structs to see if that would be a better approach than using arrays. I'll need to set up both systems and test them to see