sm64-roblox-liberty-prime/sm64/Enums/Steps/Ground.lua

10 lines
124 B
Lua
Raw Normal View History

2022-10-13 03:53:17 -05:00
--!strict
return {
LEFT_GROUND = 0,
NONE = 1,
HIT_WALL = 2,
HIT_WALL_STOP_QSTEPS = 3,
HIT_WALL_CONTINUE_QSTEPS = 4,
}