Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //****** Donations are greatly appreciated. ******
- //****** You can donate directly to Jesse through paypal at https://www.paypal.me/JEtzler ******
- var fireAttackSpeed : float = 1.0;
- function Update () {
- //this.transform.position.x -= fireAttackSpeed;
- this.transform.Translate(Vector3.forward * fireAttackSpeed);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement