englercj / phaser-tiled

A tilemap implementation for phaser focusing on large complex maps built with the Tiled Editor.
MIT License
289 stars 31 forks source link

Radius #45

Closed Weedshaker closed 5 years ago

Weedshaker commented 8 years ago

Radius should only be half the width. But since tiled also supports ellipse's this should take width and height into account "(width + height) / 4".