sonic-radiance/sonic-radiance.love/datas/gamedata/maps/shoot/chunks/terrains.lua

14 lines
247 B
Lua
Raw Normal View History

return {
[0] = {
setDashTo = nil,
changeSpd = false,
max = 1,
acc = 1,
spd = 0,
groundbellow = true,
springPow = 0,
playSFX = nil,
hazard = false,
}
}