Oh my, this is so hard, but this is just how a bullet hell is supposed to be huh. It is really fun, and the music really adds to it! I love the feeling of danger when the screen gets red. Great game!
Senhorx Raposo
Creator of
Recent community posts
Hi, thank you so much for the feedback! Squids is an awesome framework, I had so much fun learning and using it, although I'm not good with javascript.
You can throw your lantern to remove one fish. But I should make that clear, indeed. And yeah, I didn't do what I've planned for Atlantis, so sorry for that.
And thanks again for playing and for the feedback. It means a lot.
You need to change the .bat file. It replaces AndroidManifest to keep an uniform compilation.
I just removed this piece of the script and it worked:
rem rem make android ID and name unique so we can have multiple installs
rem restore original manifest and src subdir
copy tools\love-android-sdl2\original\AndroidManifest.xml tools\love-android-sdl2\
rd tools\love-android-sdl2\src\love /s/q
xcopy tools\love-android-sdl2\original\love tools\love-android-sdl2\src\love /e/i
rem replace id, name and src subdir
tools\sed-win\bin\sed -i "s/loveToAndroid Game/Game %datevar%/g" tools\love-android-sdl2\AndroidManifest.xml
tools\sed-win\bin\sed -i "s/love.to.android/love\.to\.android%datevar%/g" tools\love-android-sdl2\AndroidManifest.xml
tools\sed-win\bin\sed -i "s/love.to.android/love\.to\.android%datevar%/g" tools\love-android-sdl2\src\love\to\android\LtaActivity.java