Game
A Terry Video Game
9 years ago

A minor update before it can get released...


I’ve changed the header to something more… generic. Trust me. I’ll change it back later.
Also, I’ve disabled ratings since the game’s incomplete at the moment. …and trust me, it’s coming. I’m working on the last few levels. To keep you satisfied, though, I’ll try to give some updates as to how it’s going here and there.
…let’s start with a new screenshot, shall we?



0 comments

Loading...

Next up

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.

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.

Okay, so I'm doing something either crafty or questionable: drawing the objects with Draw GUI.

It works, doesn't it?

Updated HUD, HP system, and other collectibles! (including the bunnies)

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.

Part one of my zany scheme for a new project worked.

Using two Views, I can draw one squished, rotatable View as a texture, meaning I can use tiles for an isometric perspective.

Now, the tricky part is where everything looks like a pop-up book.

The First Two Bosses

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.

Dang it. I got the math right.

The real trick now is to optimize it. It's easier to do since it's technically all 2D.