Skip to main content

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

no_roo

2
Posts
1
Following
A member registered Sep 16, 2017

Recent community posts

Team mop checking in.

Mop is best handle. Find metal, clean floor at same time. Who are you to resist?

Thanks for making this Mike! This was a lot of fun to finally play through.

This project might be inactive, but I thought I'd let you know that the demo build is currently mostly unplayable due to a couple of uninitialized variables for your projectiles:

Variable o_fireball.healthbar(100773, -2147483648) not set before reading it.
Variable o_arrow_npc.healthbar(100773, -2147483648) not set before reading it.

I wasn't able to get more than about 60 seconds into the game without repeatedly crashing to these.  Just walk north in the starting area, and get shot a couple times by enemies, eventually one of the projectiles will try to read this value in it's step event. Might just need these initialized in the create event!