aintnothingbutapeanut/data/scripts/traxx.lua

15 lines
241 B
Lua
Raw 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,
},
}