Advertisement
dengmahalYT

testtrack

Aug 29th, 2022 (edited)
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. local track={
  2. {20,"m_f#",true},
  3. {25,"m_f#",false},
  4. {25,"m_f",true},
  5. {30,"m_f",false},
  6. {30,"m_e",true},
  7. {35,"m_e",false},
  8. {35,"m_d#",true},
  9. {40,"m_d#",false},
  10. {40,"m_d",true},
  11. {45,"m_d",false},
  12. {45,"m_c#",true},
  13. {50,"m_c#",false},
  14. {50,"m_c",true},
  15. {55,"m_c",false},
  16. {55,"m_b",true},
  17. {60,"m_b",false},
  18. {60,"m_a#",true},
  19. {65,"m_a#",false},
  20. {65,"m_a",true},
  21. {70,"m_a",false},
  22. {70,"m_g#",true},
  23. {75,"m_g#",false},
  24. {75,"m_g",true},
  25. {80,"m_g",false},
  26. {80,"m_f#2",true},
  27. {85,"m_f#2",false},
  28. }
  29. return track
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement