Implement pickups #99
Labels
feature
New feature
good first issue
Good for newcomers
importing
Related to importing orginal game assets into Unity
Pickups should be static map objects.
They should detect collision with peds, and allow peds to pick them up. Probably limit this to players' peds only.
Collision detection can be done using trigger colliders. The same way as it's done for ENEX objects.
Pickups are located in interior level 13.
Once they are picked up, there should be a cool off period during which they don't spawn again.
For now, we only need these types of pickup:
The text was updated successfully, but these errors were encountered: