Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard

This commit is contained in:
WBHarry 2025-07-02 16:50:14 +02:00
parent eb647f1e31
commit d3951b9c62
7 changed files with 34 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<div>
<div>{{name}}</div>
<img src="{{img}}" />
<div>{{{system.description}}}</div>
</div>

View file

@ -0,0 +1,5 @@
<div>
<div>{{name}}</div>
<img src="{{img}}" />
<div>{{{system.description}}}</div>
</div>

View file

@ -0,0 +1,5 @@
<div>
<div>{{name}}</div>
<img src="{{img}}" />
<div>{{{system.description}}}</div>
</div>