Closed gotwig closed 8 years ago
I have this issue in my mod and I experience it as well with the healthbar example for world panels.
The healthpanel is indeed created, however not visible and also setting opacity to 1 doesnt make it visible.
Only worldpanels that are affected are ones that are tracking position of entities, if you use "position" instead of "entity" it works as intended.
To reproduce: create an enemy in a black area, than go to the enemy and notice is has no healthbar applied.
Possible fix: Remove the if statement + content from barebones_worldpanels.js until line 84.
In a quick test it worked, but is this safe?
Without fix? kind of strange.
I have this issue in my mod and I experience it as well with the healthbar example for world panels.
The healthpanel is indeed created, however not visible and also setting opacity to 1 doesnt make it visible.
Only worldpanels that are affected are ones that are tracking position of entities, if you use "position" instead of "entity" it works as intended.
To reproduce: create an enemy in a black area, than go to the enemy and notice is has no healthbar applied.