reduced size of arrow bounding box

as per MCPE addon data
This commit is contained in:
Dylan K. Taylor 2017-10-12 16:21:23 +01:00
parent b9501ef415
commit 0c092a7ceb

View File

@ -31,8 +31,8 @@ use pocketmine\Player;
class Arrow extends Projectile{
const NETWORK_ID = 80;
public $width = 0.5;
public $height = 0.5;
public $width = 0.25;
public $height = 0.25;
protected $gravity = 0.05;
protected $drag = 0.01;