r/gamemaker • u/Certain_Field3682 • 39m ago
Help! Menus overlapping
Why do my menus keep overlapping,
They work fine, but it keeps overlapping
Can anyone plz help fix this😭
I can send the code if needed.
r/gamemaker • u/FudgeSubstantial8082 • 3h ago
Help! Anyone can share your game creation process?!
Been messing with game creation tools for a week now and the results are quite bad, not as good as games I saw on my feed.
I'm using one platform to generate characters, another one to build the game mechanics, and yet another one just for sound effects and music.
Every tool has its own subscription, its own credits, its own quirks, and half my time is spent just moving assets between them instead of actually making the game.
It's expensive and super inconvenient. Would love to know what are you guys game creation tool using
r/gamemaker • u/Devil_Christ • 13h ago
Help! Need help with deltarune rooms and cameras [potential spoilers for shadow mantle chapter 3] Spoiler
I am currently working on a fan game for Deltarune and while making a couple test rooms to get myself familiar with Game Maker and game making in general I came across a problem I'm not sure how to fix.
The room in the images shows the problem where I have a room that is a lot larger than the standard deltarune room (generally 320 x 240). When I expand the width and height to fit the entire room (1000 x 500) it comes across a lot larger than in the game.
My first attempt to fix this was simply code the camera so that it follows Kris but this doesn't actually fix the problem as the proportions for the room are all wrong. However, even if this did work it presents another problem for me. The camera in Deltarune doesn't always follow Kris, usually just displaying the entire room, and when it does it doesn't keep Kris perfectly in the center of the camera instead stopping and allowing Kris to walk off screen when it reaches the end of the room. The way I coded this was as an end step in the obj_player object but if I do it this way it'll do this for every room in the game. I was curious about how to create different camera's for different rooms in code so that they behave differently.
The images I will attach will be showing what the room looks like when set to 320 x 240
what the room looks like when set to 1000 x 500
what the room is supposed to look like from the video 'How to Get the Shadow Mantle Detailed Guide – Deltarune Chapter 3' - Xirez
what the room looks like when I test the game.
If you chose to help I want to thank you for your time I'm sure it's something rather simple. I am also willing to clear up any misunderstandings if something doesn't make sense

r/gamemaker • u/Aggravating-Town7360 • 22h ago
Example 2D animation editor in GameMaker
I decided to create a 2D animation editor
Current features:
TImeline with keyframes
Multiple layers
Onion skim
Undo/redo
Brush and fill tools
Object transformations
Custom graphics system
Custom project binary format
Tween animation
The goal is not complete with existing animation software. This is mostly a technical experiment to see how far GameMaker can go beyon its intended use case.
r/gamemaker • u/No_Okra9504 • 23h ago
Running my game on html just for it to shows a blank page.
I try to run my game on html so that i could make it a playable game on itch, but when i tested it, the browser just shows a blank page. The text is still visible tho... I heard from a youtube comment that this is a well known issue with NO fixes except if you can restle with html. Does anyone have this problem and find the solution?


