Game
Hensen Hopper
1 year ago

I've published a small update to the game! Sadly, the beetle enemy isn't yet implemented, but I'm working on that and I HAVE implemented the new enemy spawning mechanics! The full changelog can be found in each zip archive but it's also pasted below.


Changes in v0.1.2:

- replaced PrefabSpawner script with a simpler Spawner script that simply spawns the prefab passed in the method call.

- Reworked how enemy spawning is handled. The previous system utilized a SpawnPattern structure which contained an enemy prefab and the columns in which to spawn it. The updated system still uses this but instead of a single prefab and a list of columns, it now uses a list of "SpawnInstance" struct instances each of which contain an enemy prefab and a column in which to spawn it. This allows me to fully control which enemies spawn in which columns on a per-pattern basis, including the ability to have multiple spawn in the same column (which will be useful later for the beetle enemy).

- Spawn patterns have been changed some, certain patterns from before no longer exist and have been replaced with new patterns (this is a result of loosing all spawn patterns I had previously put together when I reworked the enemy spawning behavior)



0 comments

Loading...

Next up

Well, that didn't take long HAHA!

Why did nobody ever tell me you could simply export to GIF from DaVinci Resolve?

He has hands now!

I've been working on improving the backdrop for Hensen Hopper! The way I'm doing it this time is I'm creating a 32x32 image for each texture I want, tiling it to fill the backdrop image, and using layer masks to "paint" where that texture will be visible.

Who do you like more?

- OLD or New

The gang's all here!

HIS HANDS ARE ANIMATED NOW!

You see I was GONNA get to work on the procedural enemy wave generation algorithm but then I remembered I still haven't drawn a defeat animation for the spider so now I'm working on that instead. 🤣

Doing it in layers starting with the web as usual.

AAH! SPIDERS!

The spider is more or less complete functionally AND artistically! I might try to update the enemy spawning algorithm before I release any new alpha builds with the spider, though. I'm on my whiteboard trying to think through that problem.

I did get a lot more done on the backdrop yesterday, by the way! It's not finished by any means, in fact, it's quite empty and even ugly in some places, but it's beginning to come together!