DemoProductions / shmup

3 stars 2 forks source link

Player 1 movement #1

Closed flip40 closed 8 years ago

flip40 commented 8 years ago

Start with a box (or whatever) for a sprite

Simply to get a player one that can move around on the screen.

Elements: Player script Project settings for keyboard controls (consider looking into how these might be changed as a setting or option, we can add that as a feature later though) some square sprite or something

ghost commented 8 years ago

Sent a PR. Have not looked into changing key settings as an option yet

stannardtyler commented 8 years ago

If doing any hit detection for the simple Sprite of the player or enemies, may I suggest using a triangle as it has the best shape for a ship like look.