Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. class Animations
  2. {
  3. class gyros1
  4. {
  5. type = "Hide";
  6. selection = "gyro1";
  7. source = "time";
  8. animPeriod = 0;
  9. sourceAddress = "loop";
  10. minValue = -0.29;
  11. maxValue = +0.29;
  12. hideValue = "0.3";
  13. };
  14. class gyros2: gyros1
  15. {
  16. selection="gyro2";
  17. minValue = -0.31;
  18. maxValue = 0.31;
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement