Open GoogleCodeExporter opened 8 years ago
What's enemy index?
Original comment by ralaba...@gmail.com
on 28 Feb 2008 at 9:32
i use a manager class for tracking all the enemies, making sure they move and
whatnot. the index is an integer the enemy class keeps track of so it knows
where it
lives in the ArrayList. i did that for projectiles to track enemy's with just
an
index to reference, rather than passing on an instance of the enemy class
Original comment by badd...@gmail.com
on 28 Feb 2008 at 9:57
I'm currently also working on a TD game in Csharp, wouldn't mind collobarating!
Original comment by patricks...@gmail.com
on 25 Jun 2008 at 3:42
Original issue reported on code.google.com by
badd...@gmail.com
on 28 Feb 2008 at 9:07