Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
package WarpTwo
{
function Cores::warpCoreExit( %player )
{
%oldVelocity = %player.getVelocity();
parent::warpCoreExit(%player);
%player.setVelocity(%oldVelocity);
}
};
activatepackage(WarpTwo);