Advertisement
MarcoPolo0306

znepb Sound Player Example File

Sep 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- Make sure to save this with no spaces!
  2. -- For example, "ExampleSong.zsf"
  3.  
  4. {
  5. version = "znepb sound format 1",
  6. sounds = {
  7. {left = {note = "bell", pitch = 16},right = {note = "bell", pitch = 16},waitTime = 0.05},
  8. {left = {note = "bell", pitch = 10},right = {note = "bell", pitch = 10},waitTime = 0.05},
  9. {left = {note = "bell", pitch = 5},right = {note = "bell", pitch = 5},waitTime = 0.05},
  10. {left = {note = "bell", pitch = 3},right = {note = "bell", pitch = 3},waitTime = 0.05},
  11. {left = {note = "bell", pitch = 1},right = {note = "bell", pitch = 1},waitTime = 0.05},
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement