|
Eye of the Nile Docs
Everything you need to know to get started!
|
Simple enemy script designed for a "Seth Follower" enemy. This script is separate from the existing entity systems.
Documentation updated 1/27/2025
Public Attributes | |
| GameObject | player |
| PlayerHealth | playerHealth |
| float | speed |
| int | damage |
| float | distanceBetween |
Private Member Functions | |
| void | Update () |
| void | OnCollisionEnter2D (Collision2D collision) |
Private Attributes | |
| float | distance |
|
private |
|
private |
| int SethFollowerScript.damage |
|
private |
| float SethFollowerScript.distanceBetween |
| GameObject SethFollowerScript.player |
| PlayerHealth SethFollowerScript.playerHealth |
| float SethFollowerScript.speed |