sonic-radiance/sonic-radiance.love/datas/gamedata/maps/shoot/chunks/terrains.lua
Kazhnuz 70ed18202d feat: backport code from bluestreak
It'll give us the following features
- Support for autorun in shoot-style maps
- Pause menu in subgames
- Chunk in shoot maps
- Rings
2020-08-16 10:52:00 +02:00

14 lines
247 B
Lua

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