All Posts in GameMaker Studio 2

Share your creations!
Loading...

For day 920 of coding, I made a textbox and applied it using GMS2's "nine-slice" feature. I looks kind of weird to me, so I may change the side borders later

Loading...

For day 919 of coding, I changed the amount of time the selection effect plays before continuing. I've had the cursor stop instead of resetting its position

Loading...

For day 917 of coding, I have also fixed the trees at the bottom now so the player won't go out of bounds now

Loading...

For day 916 of coding, I've found that the player can fit between the trees. I've successfully blocked off the areas at the top, but I will need to do the same with the bottom half while looking natural

Loading...

For day 914 of coding, I made a pointing cursor for the pause screen. I'll need to make it bigger, and animate it as well

Loading...

For day 913 of coding, the pause selections can now be activated. I've also changed the selection color to aqua for visibility

Loading...

For day 912 of coding, you can now cycle between both options in the pause menu

Loading...

For day 911 of coding, I have put in code to make the current selection a different color. I still need to code in a way to interact with the menu

Loading...

For day 910 of coding, I have started to set a basic menu to resume or quit. Just got a display atm, but will be working on interaction later

Loading...

For day 909 of coding, I was looking into how to get the exact position on the texture page in order to have the shader flip the sprite upside-down. I'm not sure if I'm making progress or not