brianisbrilliant / Game2Start

This is the starting project for Game Design 2 at Wichita State University
4 stars 30 forks source link

Added Coin BP #21

Open GavinGameDesign opened 8 months ago

GavinGameDesign commented 8 months ago

This adds a coin BP that will be picked up when the ThirdPersonCharacter comes into contact with it. This code would need to be added to BP_ThirdPersonCharacter (The Code). A 'coins' integer variable will also need to be added to BP_ThirdPersonCharacter.