general in GameMaker Studio 2



For day 844 of coding, the game no longer crashes on entry. Now I need to look into how they are placed as some room seem to be barren of trees and large rocks


For day 843 of coding, I have gotten closer to fixing a problem with the code in-progress. Now, I am working on fixing an error that would crash the game upon entering


For day 842 of coding, I have started testing the new code in progress. I clearly have more work to do for the resources to be distributed evenly and correctly


For day 841 of coding, I am now working on building a method to locate the array flags needed to check for placement


For day 840 of coding; I simplified how the space recording array is built, and I now have the flag array built based on the other array's size


For day 839 of coding, I have gotten to where the new arrays can properly record spaces now. I just need to make sure that the count doesn't include the exits


For day 838 of coding, I have started making a new array to record clear spaces on the map in order to better distribute the resources


For day 837 of coding, I tried altering how much trees and big rocks to spawn so that they will appear on lower sections of the map


For day 836 of coding, I drew a circle and a square to see how the "distance_to_object()" function determines distance


For day 835 of coding, I slowed down the pickups' movement to make sure that the smaller bounce is working. Thankfully, the bounce is working as intended