Space War
yapan horace888
Hızlı erişim için ana ekrana ekle
Bu oyunu yükle
Hızlı erişim için Paylaş butonuna dokunup 'Ana Ekrana Ekle' seçeneğine tıklayın.
Space War
Space War için Etiketler
Açıklama
This is just a game for test.
Nasıl Oynanır
Use Up/Down/Left/Right Arrow control the
ship,left mouse to fire
Yorumlar
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.)