aintnothingbutapeanut/data/scripts/traxx.lua
2025-01-26 23:16:13 +03:00

15 lines
241 B
Lua

-- 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,
},
}