EtherealOnyx / Parties

An rpg-like party system for Minecraft. Currently contains 24 customizable elements with direct support for 16+ mods! Also provides extra features like xp sharing, stage syncing, and more.
4 stars 0 forks source link

Party frame position goes out of bounds when resizing screen #132

Closed EtherealOnyx closed 1 year ago

EtherealOnyx commented 1 year ago

This happens when the screen is resized to a smaller window than where the party frame was drawn.

A fix: temporary values that snap the frame to the maximum size of the screen. Need to check if there's a window resize event or something of the sort when outside of a screen GUI object.

EtherealOnyx commented 1 year ago

PartyFrame doesn't snap to screen.