Posted January 11, 2023 by hsquared
With ver 1.3, I decided to go with just mouse clicks for player input and not cursor keys since my WebGL was not accepting it and causing the arrow keys to move the browser contents. Instead, I used the left and right mouse keys since I only really have only two controls:
Left click is FLIP and right click is Stop!
- HH