Space War
di horace888
Aggiungi alla schermata Home per accedere rapidamente
Installa questo gioco
Tocca il pulsante Condividi, poi "Aggiungi a schermata Home" per installare questo gioco e accedervi velocemente.
Space War
Tag per Space War
Descrizione
This is just a game for test.
Come si gioca
Use Up/Down/Left/Right Arrow control the
ship,left mouse to fire
Commenti
DeadlyDad
Feb. 02, 2015
FWIW, if you change the tilt mechanism line to
rigidbody.rotation = Quaternion.Euler ( 0.0f, rigidbody.velocity.x * (tilt / 4.0f), rigidbody.velocity.x * -tilt);
your ship will also tilt slightly left/right, which gives better feel to the game and allow shooting slightly left and right. (This is presuming that this is based on the 'Space Shooter' tutorial.)