Advertisement
Frekvens1

[OC] [OpenRadio] [Music] zelda_unlocked_secret

Feb 24th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. -- Script created by Frekvens1 --
  2.  
  3. -- This is The Legend Of Zelda, unlocked secret song --
  4. -- This is a "music file" used by my OpenRadio script for OpenComputers mod for Minecraft --
  5. -- pastebin get jpHjiCSE home/lib/zelda_unlocked_secret_openradio.lua --
  6.  
  7. local zelda_unlocked_secret = {
  8.  
  9.      name = "Zelda unlocked secret",
  10.          n_total = 8,
  11.          speed = 0.2,
  12.      layers = 0,
  13.  
  14.      note_1_0 = {13},
  15.      note_2_0 = {12},
  16.      note_3_0 = {9},
  17.      note_4_0 = {3},
  18.      note_5_0 = {2},
  19.      note_6_0 = {10},
  20.      note_7_0 = {14},
  21.      note_8_0 = {18},
  22. }
  23. return zelda_unlocked_secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement