eternagame / EternaJS

Eterna game/RNA design interface
Other
12 stars 10 forks source link

Fix rscript ShowUIHighlight command not working on all UI elements, improve pointers for hidden UI #739

Closed luxaritas closed 10 months ago

luxaritas commented 11 months ago

Summary

This fixes a bug where the ShowUIHighlight tutorial script command only worked for some UI elements

Implementation Notes

This addresses a combination of issues:

Also: I was potentially concerned about the performance of the per-frame repositioning since getBounds calls can be expensive, but I did some framerate comparisons both on my PC and phone and didn't see any noticeable differences

Testing

Related Issues

Resolves #735