aintnothingbutapeanut/data/scripts/traxx.lua

21 lines
340 B
Lua
Raw Permalink Normal View History

2025-01-26 20:16:13 +00:00
-- listing of all traxx to blast
return {
mod4 = {
audio = "traxx/mod4.xm",
bpm = 101.5,
loops = true,
},
mod22 = {
audio = "traxx/mod22.xm",
bpm = 177 / 2,
loops = true,
},
2025-01-28 04:25:28 +00:00
mod171 = {
audio = "traxx/mod171.xm",
bpm = 125,
loops = true,
},
2025-01-26 20:16:13 +00:00
}