[BGO Pack] Wall Conveyors
Posted: Tue Dec 22, 2020 2:55 am
https://drive.google.com/file/d/1fmwnH4 ... sp=sharing

From Subzero Heroes. You can also walljump off them. I have no idea how that would interact with actual walljump libraries lol.
How to use. Put this in luna.lua:
local wallcon = require("wallconveyors")
Configurable:
wallcon.addGroundConveyor(id, speed)
wallcon.addWallConveyor(id, speed, wallDirection)
wallcon.hangingFrame = 31 -- the frame the player displays while hanging. change this depending on powerup state or player character id if you need to.

From Subzero Heroes. You can also walljump off them. I have no idea how that would interact with actual walljump libraries lol.
How to use. Put this in luna.lua:
local wallcon = require("wallconveyors")
Configurable:
wallcon.addGroundConveyor(id, speed)
wallcon.addWallConveyor(id, speed, wallDirection)
wallcon.hangingFrame = 31 -- the frame the player displays while hanging. change this depending on powerup state or player character id if you need to.