Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Bug reports: full screen doesnt expand the game for me on firefox
When two raindrops hit the cup/bowl/bucket only one counts.
it can take more than one click to access the shop, and in non fullscreen mode submission covers part of the shop/weather/upgrades tab buttons.
after buying more rain per raindrop there is now a thin black line in the background of clouds moving.
in the"shop" tab, the upgrade it took half covers the shop/upgrade/weather tabs.
after buying rain amplifier the actual amount of rain per drop i get seems to have gone down rather than up (bought first upgrade at steel basin)

(+1)

  1. The issues you reported are very important. I only tested the game on Google Chrome and didn’t run tests on Firefox, which was an oversight on my part.
  2. I will adjust the collider detection interval and shrink it to the minimum value. The current detection interval is too long, so the second raindrop fails to register. I’ll fix this logic.
  3. You’re right about this. The game’s base resolution is 1280×720. I originally planned mobile browser support but put that aside due to unsatisfactory results. There are leftover screen adaptation bugs that cause canvas stretching/scaling issues when not in fullscreen. Playing in fullscreen will deliver a much smoother experience.
  4. Great eye for detail! This thin black line glitch also existed in early Chrome builds and was patched back then. If the line still appears, I’ll resolve this rendering issue when testing on Firefox.
  5. Regarding the overlapping display bug for the Shop, Upgrades and Weather tab labels, I’ll launch the game in Firefox to inspect the UI occlusion and layer ordering problems.
  6. About the rain amplifier lowering rain output per drop after purchase: I just ran a test. The rain amplifier generates a base 0.5 rain drop on its own, and it also applies a multiplier to every raindrop caught by your containers. I tested this with the steel basin as well. Could you send a screenshot of the issue if possible?