aod6060 / project_clean

This is a new pick-n-sticks clone that I'm going to work on for a few monthes
MIT License
0 stars 0 forks source link

Feature Request: Collectable Manager #28

Closed aod6060 closed 4 years ago

aod6060 commented 4 years ago

Is your feature request related to a problem? Please describe.

20 This is needed to be solved to solve the class mode issues

Describe the solution you'd like This manager will manage the collectables for the game that the player needs to collect to earn games.

aod6060 commented 4 years ago

Alright I'm going to need some assets. 1) A simple (.5, .5, 5.) cube for the collectable for now. 2) Textures

// Common Collectables

// Uncommon Collectables

// Rare Collectables

// Legendary Collectable

aod6060 commented 4 years ago

Alright lets add in a game play concept that the game game needs

aod6060 commented 4 years ago

Alright did get everything added so I can collide with them there are still a few things I need to work out like keeping track of the score...

aod6060 commented 4 years ago

Alright I'm done with this issue time to move on...