Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

timotimo

4
Posts
1
Topics
17
Following
A member registered Nov 03, 2016

Recent community posts

i have a firefox and it looks like it works just fine <3

there's a tower called "Wave" that spits out fluids, if you supply it with water it can put out fires.

Yup, it works fine now!

Btw, the Launch.sh script is both broken and unnecessary; All it does is set LD_LIBRARY_PATH to the local path and then runs the game's binary, but there aren't actually any libraries in the shipped package. But on top of that it can't even be run, because it's missing a hashbang at the beginning to tell the kernel what interpreter to run it with, so when you try to actually run it, you get "exec: Exec format error". So either delete the Launch.sh completely, or put #!/bin/sh at the beginning :)

Hope that helps!

Greetings,

I've already tried the game a bit on my laptop and liked it. However, on my desktop - which has two displays connected to it side-by-side - it starts up on the right monitor but has the resolution of my whole desktop. That gives me the left half of the game's screen on the right half of my screen space. Incidentally, that makes the menu tricky to use :(