Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard (#245)

This commit is contained in:
WBHarry 2025-07-02 23:21:02 +02:00 committed by GitHub
parent 750282aeec
commit ee8a48f73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>