Files
Bubberstation/code/_onclick
SkyratBot f293336aaf [MIRROR] Fixes initial floating action buttons failing to properly position [MDB IGNORE] (#13698)
* Fixes initial floating action buttons failing to properly position (#67068)

Also cleans up artificer stuff a bit, their rune button should align
with their spells.

Basically, when we grant someone a button, it gets positioned in its
default location. If the button's floating, their location var becomes
an invalid arg to position_action. Then we called position action with
their location var.

Big fucky.

I've cleaned up the logic a bit, and ensured that you can never position
to FLOATING directly, since it's a marker rather then a real position on
the screen

* Fixes initial floating action buttons failing to properly position

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2022-05-18 20:00:29 +01:00
..