SonicKurt / Galaga-AI

This is the home for the development of Galaga AI.
MIT License
3 stars 0 forks source link

Player Controls #2

Closed JacksonIsenhower closed 1 year ago

JacksonIsenhower commented 1 year ago

Used Unity's Input System to implement a basic set of controls for both gamepad and keyboard. Along with this, the PlayerController script contains the OnFire(), OnMovement(), OnOnePlayerGame(), OnTwoPlayerGame(), and OnPause() methods for use with a Player Input component on the player.

JacksonIsenhower commented 1 year ago

Controls: Design Player Control Scheme

SonicKurt commented 1 year ago

Everything looks good. Input mapping looks good. Player moves smooth. Good job!