w84death / Tanks-of-Freedom

Indie Turn Based Strategy in Isometric Pixel Art
http://tof.p1x.in
Other
1.14k stars 151 forks source link

Deploy button #42

Closed Jerzeydan closed 8 years ago

Jerzeydan commented 8 years ago

When creating new units, the deploy button doesnt work all the time / is hard to hit

czlowiekimadlo commented 8 years ago

When spawn point is occupied by a unit, you will not be able to deploy new one - maybe that is your issue. We have to add information about that to the UI, so people know that.

Jerzeydan commented 8 years ago

That is not my issue. I meant that sometimes when I try to tap the deploy- button, the map square underneath the button is selected instead.

czlowiekimadlo commented 8 years ago

Ah, then I know where the problem is. Can you tell me which platform are you using? If it is desktop PC, are you using fullscreen?

Jerzeydan commented 8 years ago

Ah, sorry. I forgot to mention.. I'm playing on Android. Phone is Nexus 6p and android version 7.0

czlowiekimadlo commented 8 years ago

Hmm, I don't have that issue on my Galaxy tablet, are you using apk from itch.io/Google Play or F-Droid?

Jerzeydan commented 8 years ago

Google play

czlowiekimadlo commented 8 years ago

I'll try to reproduce this issue with my device.

czlowiekimadlo commented 8 years ago

I'm only able to reproduce this while hitting very edge of the button. Overall, on my tablet, it's ok. I'll have to check on a phone, maybe smaller screen makes the button harder to hit.

czlowiekimadlo commented 8 years ago

After playing some games on my PC I have noticed, that there is some issue with bottom half of the Deploy button bleeding clicks to the map underneath. I'll fix that for 0.6.0-beta and we will see if that helps.

czlowiekimadlo commented 8 years ago

I just noticed, that android build has overscan allowed - it should not. Please check in game options if you have overscan enabled. If yes, then please turn it off, load a new map and see if issue is still there.

cyberbeat commented 8 years ago

I had the same problem, it was nearly impossible to hit the deploy button (samsung galaxy s4 mini with cyanogenmod 13 and this game latest release from f-droid store).

Turning off overscan resolved the problem.

Jerzeydan commented 8 years ago

Disabling overscan fixed the issue! Why the android version even has it?

czlowiekimadlo commented 8 years ago

It's an oversight with the build configuration - it should not be there. I have already removed it in the master branch, next release will not have that option available.

czlowiekimadlo commented 8 years ago

Next ToF version, which should be released this month, will have this fixed, so I'm closing this ticket.

cyberbeat commented 8 years ago

Thanks!