Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, I just noticed that each of the three paintings gives a different amount of points on the mission results screen. Was this intentional? I feel like not all the levels ordered their paintings from easiest to hardest, let alone made the third one four times as hard to obtain.

Then again, I also recognize that this would be tough to undo since 14000 isn't evenly divisible by three, but changing the total points would throw off star balancing, so I'm not asking you to change it; I'm just curious what your intentions were.

(+1)

This was always intentional, but maybe changing it to a 2000 / 4000 / 8000 bonus for any 1 / 2 / 3 paintings would better reflect the intent of the bonus getting progressively larger.

About that problem booting into fullscreen I mentioned before: it was on my end. My mouse has a double-click problem, and sometimes when I'd go to double-click the exe, the second click would register twice for a triple-click, which means File Explorer ended up being the active window when the game booted up. Somehow, that's what causes the game's fullscreen to get misaligned.

Mysterious.... well, I guess that's what's to be expected now when half of Windows' code is vibecoded. I'll remove that bug from the todo list.

(3 edits) (+1)

Hey, the description for Shattered Team on the character select screen claims that they're immune to instant-death hazards, but when I jumped into a pool of lava, I still exploded. Sure, I respawned on the last platform as a reserve member, but Penguin Cop can do the same thing (if only once). And yes, the dead member slowly regenerated, but by that logic, they'd be "immune" to ALL damage with no need to specify instant-death ones, so I think that line should be reworded for clarity.


EDIT: Oh, and the Soaker Girl/Water Balloon Girl bestiary mix-up might've been on my end, too. EDIT 2: Or maybe it's only mixed up with specific Enemy Promotion settings? I'll have to double-check at some point. 


EDIT 3: Oh, and the unlock description for Holy Cow says she "can trample anything flat with her massive bulk," but again, this isn't special to her because it takes her the same number of bounces to crush enemies as everyone else, and she can't just run into enemies like Sugar, either. I recommend swapping out that phrase for one that mentions her vertical magic lasers or healing ability.

(+1)

Noticed another one: landing after doing a running jump pushes me backward a bit instead of smoothly continuing forward movement. It happens every time I land, but is more noticeable after longer falls.



(+1)

I will need to look into this. I don't remember if the movement code is so old it uses Game Maker's built-in collision system, if that's the case it might explain what's happening (colliding with a solid object cancels the ongoing movement and requires you to manually reapply it if you wanted to get as close as possible - like sticking to the ground when landing).