@mml-io/3d-web-client-core 0.0.0-experimental-2334485-20250207 → 0.0.0-experimental-944d8da-20250210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -1516,7 +1516,7 @@ var Character = class extends Group {
1516
1516
  color: new Color3(0.125, 0.125, 0.125)
1517
1517
  });
1518
1518
  this.add(tooltip);
1519
- this.chatTooltips.push(tooltip);
1519
+ this.chatTooltips.unshift(tooltip);
1520
1520
  tooltip.setText(message, () => {
1521
1521
  this.chatTooltips = this.chatTooltips.filter((t) => t !== tooltip);
1522
1522
  this.remove(tooltip);