Entry 24
- masoncbyrd
- Jan 24, 2021
- 1 min read
Now that I have my computer back I was able to get back to work on the game. Unfortunately I started running into issues as soon as I returned. The OnCollisionEnter2D method won't return any collision data and so I can't tell the player script when to reduce health based on enemy contact. I've spent days trying to get this one method to work properly but decided that I'd just have to come back to it later as there is more to be done. I just going to shift my focus to the test enemies so that I can figure out things such as their movement paths, health, attacks (that won't do damage due to my issue), ect.




Comments