Space War
oleh horace888
Tambah ke skrin utama anda untuk akses pantas
Pasang permainan ini
Tekan butang Kongsi, kemudian "Tambah ke Skrin Utama" untuk pasang permainan ini dan akses dengan pantas.
Space War
Tag untuk Space War
Deskripsi
This is just a game for test.
Cara Bermain
Use Up/Down/Left/Right Arrow control the
ship,left mouse to fire
Komen
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.)