itsTripp / Platformer_Shooter

0 stars 3 forks source link

Rework Base Enemy Creation #21

Open itsTripp opened 2 years ago

itsTripp commented 2 years ago

Similar to how the new weapon system has been created. Create a comfortable route to produce new enemy types.

Basic items needed for each enemy is:

Health Speed Does it jump? Jump Height How often will it jump? Does it have a weapon? (No Weapon, Melee, Gun) Does it shoot projectiles? How many projectiles does it shoot at once? Damage Amount Hit Sound Hit Animation (Most will just be a brief color change to white, then return to normal color) Death Sound Death Animation