This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| float tailWidth = 40; | |
| float bodyWidth = 160; | |
| float headWidth = 40; | |
| float wingHeight = 20; | |
| float stripeWidth = 20; | |
| float rocketAnimationPosition = 0; | |
| float rocketXSpeed = 2; | |
| float rocketYAngleSpeed = 2; | |
| float rocketYAngle = 0; |
NewerOlder