SupineSnail / SupineSnail.JobGaugeAdjustments

GNU General Public License v3.0
1 stars 2 forks source link

Implement Preview Feature #3

Open SupineSnail opened 2 years ago

SupineSnail commented 2 years ago

Implement a preview button for the current job to display all elements for movement without having to be in combat.

Issues to work around: 1) UI can still modify state while in preview, and because we are modifying alpha / visibility we would have to reset to the 'correct' state after exiting preview. This may be impossible without tracking every combat event, so instead we may want to somehow 'reset' the combat UI instead. 2) Some elements may need to show entire trees above (though I should be able to walk the tree somehow, like simple tweaks does)