diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-11-30 12:57:06 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-11-30 12:57:06 -0500 |
commit | 6e96fb2144718722208d22f892716b55548135e1 (patch) | |
tree | 4dd550de787dd370a13039c03969442f54a3a856 /Resources | |
parent | fd58a0cde1bb5473e39e6cb82d28113da84b9ae0 (diff) | |
download | cartcollect-6e96fb2144718722208d22f892716b55548135e1.tar.gz cartcollect-6e96fb2144718722208d22f892716b55548135e1.tar.bz2 cartcollect-6e96fb2144718722208d22f892716b55548135e1.zip |
Created a game mode manager
There is now one location for information relating to each GameMode instead of several places, so that info can be easily updated and propagated to, for instance, GameModeSelectionLayer. GameModes can also be specified by an info instance each owns. There's also a way to get an ordered list of game modes. The three star game mode unlocking system has also been added. Closes #213
Diffstat (limited to 'Resources')
-rwxr-xr-x | Resources/star_1.png | bin | 0 -> 733 bytes |
-rwxr-xr-x | Resources/star_2.png | bin | 0 -> 714 bytes |
-rwxr-xr-x | Resources/star_3.png | bin | 0 -> 753 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/Resources/star_1.png b/Resources/star_1.png new file mode 100755 index 0000000..658c711 --- /dev/null +++ b/Resources/star_1.png | |||
Binary files differ | |||
diff --git a/Resources/star_2.png b/Resources/star_2.png new file mode 100755 index 0000000..028a546 --- /dev/null +++ b/Resources/star_2.png | |||
Binary files differ | |||
diff --git a/Resources/star_3.png b/Resources/star_3.png new file mode 100755 index 0000000..97a22b7 --- /dev/null +++ b/Resources/star_3.png | |||
Binary files differ | |||