Space War
por horace888
Adicione à sua tela inicial para acesso rápido
Instale este jogo
Toque no botão de compartilhar, depois em "Adicionar à Tela de Início" para instalar este jogo e acessá-lo rapidamente.
Space War
Tags para Space War
Descrição
This is just a game for test.
Como jogar
Use Up/Down/Left/Right Arrow control the
ship,left mouse to fire
Comentários
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.)