ba0e5364bb
Moved a lot of things around, fixed a lot of bugs, made the animations and sounds public. Special thanks to CuckyDev for helping me track down all the small problems that were lingering, and for fixing a major issue with the simulation rate. There's still some stuff to fix and improve, but now this should be more portable and useable by the wider community! 🎉
Co-Authored-By: Regan Green <cuckydev@gmail.com>
8 lines
110 B
Lua
8 lines
110 B
Lua
--!strict
|
|
|
|
return {
|
|
DEFAULT = 0x0000,
|
|
VERY_SLIPPERY = 0x0013,
|
|
SLIPPERY = 0x0014,
|
|
NOT_SLIPPERY = 0x0015,
|
|
}
|