TahliaK / wight-whale

2D Java Game Engine
GNU General Public License v3.0
0 stars 0 forks source link

PlayerControlledObject speed doesn't work the same when two objects are being controlled simultaneously #7

Open TahliaK opened 4 years ago

TahliaK commented 4 years ago

One will increase speed with button held down while other remains at same starting speed. Why?

Probable cause: KeyEvent only re-issues for the second key pressed down - in which case, fix so that both behave the same / re-issued keys are ignored