PKBeam / Edda

A beatmap editor for the VR rhythm game Ragnarock
GNU General Public License v3.0
34 stars 8 forks source link

Force cover image to be a square #72

Closed Brollyy closed 1 year ago

Brollyy commented 1 year ago

Suggestion from PKshetlie.

The game doesn't support non-square covers - this is already enforced by RagnaCustoms, but it could also be checked by Edda to inform mappers ASAP.

PKBeam commented 1 year ago

should be simple to implement.

if the cover isn’t square we could look into ways to trim it. maybe crop to the largest contained square anchored to the top left corner, or something like that.

Brollyy commented 1 year ago

Probably better to crop it to a centered square