Jeremi247 / TopDown

Simple Top Down shooter with basic geometry models
Apache License 2.0
2 stars 1 forks source link

Weapons/Abilitys #4

Open HurricanKai opened 7 years ago

HurricanKai commented 7 years ago

I woud recommend reworking the Weapon - Ability System

  1. you shoud seperate Weapons and Abilitys
  2. it woud be better if you coud create an Weapons like that: Weapon Minigun = new Weapon(name, Value, SOMEMORE PARAMETERS HERE, SHOOTEVENTHANDLER) and the same for abilitys (just with an Ability Event handler)
Jeremi247 commented 7 years ago

In overall the system should now be working, there are a few things that I will be changing, but you can create new weapons in the WeaponTypes class