Okay, so now, I’ve got most of the game programmed. This means ALL the gameplay stuff is made. All that is missing is the story bits, original music, and polish here and there.
So… since the game is only mostly complete, should I even release a fresh new beta now? If I do, it’ll probably not get noticed upon official release.
Next up
The First Two Bosses
Okay, so I'm doing something either crafty or questionable: drawing the objects with Draw GUI.
It works, doesn't it?
The floor's movement, being a view drawn onto a surface, is still one frame behind.
However, I figured it's more efficient to draw walls separately than to use blocks for indoor segments. They can stretch and keep doing the depth math accurately.
On the plus side, the tile layer ISN'T overlapping, and Draw draws objects.
On the other hand, NOW the tile layer lags during camera movement.
I guess I'd better let everything else lag for consistency (somehow), or fix the lag.
It took a while, but I got rotating flat sprites going.
Technically, it's a polygon, but it works.
If I were to do sprite-stacking, I have a basis, but my primary use for this is rotating attack animations.
Updated HUD, HP system, and other collectibles! (including the bunnies)
The character and movement tests are going well, but...
OH. THAT's what Draw GUI does. It's not crunchy.
Then again, I thought that drawing a view to a surface would work the way I expected, but it ain't.
On one hand, I'm getting there. On another hand, "No, I'm not."
Then again, I probably forgot something important about layering the old-fashioned way, and something about using a view as a texture.
...huh.
Didn't realize that debug mode was different on that version of Game Maker. Also shows WAY too much for players to use.
You can also click and drag some of those elements.
For some reason, I wanted to experiment with a different thumbnail.










0 comments