Space War
by horace888
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Space War
Tags for Space War
Description
This is just a game for test.
How to Play
Use Up/Down/Left/Right Arrow control the
ship,left mouse to fire
Comments
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.)