Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
mayraazamora committed Mar 23, 2023
1 parent 05bf4b4 commit 14b23e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Assets/Scripts/FoodFight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ private void SpawnTarget()
}
}
// Let the target know about the game script
// This has now way of telling me when it's been hit
// So all you have to do is
// The value we want to assign this game variable in our target is actually the script we are in right now
// The value we're tryign to give this is that script running on that Game (empty object)
// We are trying to pass in that script we are in right now
// The value we're tryign to give this is that script running on that Game (empty object)

0 comments on commit 14b23e8

Please sign in to comment.