JeremyLeland / SectorC37

A top-down space shooting game
0 stars 0 forks source link

Support separate firing of Primary and Secondary weapons #43

Closed JeremyLeland closed 1 year ago

JeremyLeland commented 1 year ago

Player should fire main bullets with left click and fire missles with right click. These need to be controllable separately.

Maybe treat these entirely separately from the main Actor guns? Firing of main guns array could be based on targetting, and Player will have primary and secondary guns that are handled in Player class.