Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script created by Frekvens1 --
- -- This is The Legend Of Zelda, unlocked secret song --
- -- This is a "music file" used by my OpenRadio script for OpenComputers mod for Minecraft --
- -- pastebin get jpHjiCSE home/lib/zelda_unlocked_secret_openradio.lua --
- local zelda_unlocked_secret = {
- name = "Zelda unlocked secret",
- n_total = 8,
- speed = 0.2,
- layers = 0,
- note_1_0 = {13},
- note_2_0 = {12},
- note_3_0 = {9},
- note_4_0 = {3},
- note_5_0 = {2},
- note_6_0 = {10},
- note_7_0 = {14},
- note_8_0 = {18},
- }
- return zelda_unlocked_secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement