Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into globalThis.ObjectHUD #2962

Open
LukeAbby opened this issue Dec 15, 2024 · 1 comment
Open

Look into globalThis.ObjectHUD #2962

LukeAbby opened this issue Dec 15, 2024 · 1 comment

Comments

@LukeAbby
Copy link
Collaborator

In src/foundry/client/pixi/placeables/token.d.mts and src/foundry/client/pixi/placeables/template.d.mts there was a reference to globalThis.ObjectHUD.

This reference does not exist. Look into why this happened and possibly add it back.

@esheyw
Copy link
Collaborator

esheyw commented Dec 17, 2024

From 11.315's client/pixi/layers/controls/hud.js:

/**
 * @deprecated since v10
 * @ignore
 */
class ObjectHUD extends PIXI.Container {
  constructor(object) {
    super();
    const msg = "The ObjectHUD class is deprecated and should no longer be used.";
    foundry.utils.logCompatibilityWarning(msg, {since: 10, until: 12});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants