Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Senhorx Raposo

13
Posts
1
Topics
6
Followers
6
Following
A member registered Dec 09, 2017 · View creator page →

Creator of

Recent community posts

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!

Great game! Cool graphics and particle effects. I really like that you can choose the difficulty, but I like the Normal one better hehe. Good job!

I’ll probably use it anyways.

It is so satisfying to move the plane around 🤩 well done!

Really fun game! I could dodge enemies forever while listening to this music (nice pick, by the way) :)

(3 edits)

Thank you for the feedback :) I’m aware of the problems in this project and I’m already working on improvements that I plan to upload when the voting ends. :)

Thank you for the kind comment! :D

Thank you for playing! You can thrown it on the fishs. In an earlier version of the game, where there were more and bigger fishs all the time, this was extremely useful for cleaning the way. The lantern spawns every once in a while if you don't have one, so, you can throw it if you want. o/

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.

C:\Users\<YOURUSER>\AppData\Roaming\Skullgear\Dandy Boy Adventures

Do it on make.apk

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