| Issue 5: | Show stacked units... | |
| Back to list |
Ok, basically, we need to see a group of stars (one each) for units that are *stacked* So, a simple approach would simply add a variable into the Ship class. Anytime a ship then finishes moving - it will iterate through all other player ships. Then any are within like 10 pixels from each other, you add it to teh new variable, which should be a list. Then we will have the state engine go through and find any ships with anything in this attribute. If they do they are added to a new list for each group. Then render a star for each object, decreasing the y pos for each ship.
Sep 11, 2008
Project Member
#1
archw...@gmail.com
Sep 11, 2008
We decided for me to take this over.
Owner:
archwyrm
|