Re: https://github.com/ionelaipatioaei/random-python/blob/master/Simple%20pyglet%20game/main.py Key presses --LEFT, RIGHT,... SPACE-- don't work in function 'move()' (line 167) or elsewhere. `kb.is_pressed(self.controls[n])` always returns 'False'.
Re: https://github.com/ionelaipatioaei/random-python/blob/master/Simple%20pyglet%20game/main.py
Key presses --LEFT, RIGHT,... SPACE-- don't work in function 'move()' (line 167) or elsewhere.
kb.is_pressed(self.controls[n])always returns 'False'.