lewisoaten / gesture-defence

2 stars 0 forks source link

Enemies are difficult to grab #23

Closed lewisoaten closed 13 years ago

lewisoaten commented 13 years ago

Sometimes it seems impossible to grab them at all.

Cornishman commented 13 years ago

There are a few things I can do for this, either make the grab-able region bigger for them (add's a bit of give as to where you press) or increase the size of the enemy sprites.

I think for now I will probably increase the grab zone size, probably do that later tonight

EDIT: Maybe not, appears resizing the touch areas may be a problem, which sucks. It looks like I'm either going to have to add a larger transparent sprite to follow the sprites and use that for a touch area, or just increase the size of the sprites, make the enemies bigger?

What would be your preference, both are easily accomplished.

lewisoaten commented 13 years ago

I don't think it would be a problem if the enemies were a little bigger, but I like them at the size they are. Can you make the sprites bigger, but just increase the transparent space around the enemy?

Cornishman commented 13 years ago

Fixed! Made the sprites 1.5x bigger than they were, still can be difficulty to grab, but I found after a MAXIMUM of 3 tries you would eventually get them.

lewisoaten commented 13 years ago

Still needs to be easier. Double original size.

Cornishman commented 13 years ago

Ok, double the size, seems to work pretty well, kind of impossible to miss now ;)