You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an acceleration constant to the SpeedComponent. It will be used when increasing OR decreasing the ship's speed per unit adjustment.
Example:
If the acceleration constant is 5 and a SpeedAction requests an increase in the speed by 2 units, then the actual adjustment will be by +2 * 5. If it was a decrease in 3 units, then the adjustment would be -3 * 5.
The text was updated successfully, but these errors were encountered:
Add an acceleration constant to the SpeedComponent. It will be used when increasing OR decreasing the ship's speed per unit adjustment.
Example:
If the acceleration constant is 5 and a SpeedAction requests an increase in the speed by 2 units, then the actual adjustment will be by
+2 * 5
. If it was a decrease in 3 units, then the adjustment would be-3 * 5
.The text was updated successfully, but these errors were encountered: