mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

Picking up items while on the crash site. #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue was created by revision 9e446644066d.

If you are touching the crash sight while you pick up an item then both windows 
draw at the same time.

Original issue reported on code.google.com by burns.ethan@gmail.com on 12 Dec 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Haha, I had a feeling. I think items just shouldn't be placed so they overlap 
with other things, but this will probably manifest in other ways, so will fix 
this.

Original comment by Mcco...@gmail.com on 12 Dec 2012 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by Mcco...@gmail.com on 12 Dec 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Even if the items don't overlap the crash *site,* it is possible that they can 
be close enough that they player can overlap both.  Also, I wonder what happens 
when the player overlaps two items.

Original comment by burns.ethan@gmail.com on 12 Dec 2012 at 3:35

GoogleCodeExporter commented 9 years ago
Nothing will in that case. I just need to add a return statement after 
minima/game.go:136 .

Original comment by Mcco...@gmail.com on 12 Dec 2012 at 3:41

GoogleCodeExporter commented 9 years ago
By "nothing" I mean nothing special, it'll just display the message for 
whichever item comes first in the list

Original comment by Mcco...@gmail.com on 12 Dec 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Right, perfect.

Original comment by burns.ethan@gmail.com on 12 Dec 2012 at 6:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 18b14bec157b.

Original comment by Mcco...@gmail.com on 15 Dec 2012 at 6:14