-
Notifications
You must be signed in to change notification settings - Fork 3
Enemys
hepfnepf edited this page Jan 9, 2022
·
2 revisions
An enemy must provide the following things:
- life
- an amount of points it gives the player on death
- an amount of experience it gives the player on death
- be in the groupe enemys
- ability to follow and attack the player
Currently the is now class for enemys to inherit from. This will hopefully be changed after I looked into adding other enemys. There currently only is one enemy: The Zombie.