PDA

View Full Version : Adding an FGU Style Image to the Party Sheet



Blackfoot
September 25th, 2021, 17:35
So I'm looking at adding an image to the party sheet, something like what damned did with his formation graphics extension a while back.. but now using the new FGU image code.. it seems like you could 'build an image' into the party sheet that could remain as part of the campaign... this is particularly cool when you combine it with a 'base' concept which is shared by all the players... anyway.. I'm trying to figure out where to start as far as setting up a basic FGU image as part of a tab on the party sheet.

Blackfoot
September 25th, 2021, 20:01
<imagecontrol name="image">
<anchored position="insidetopright" offset="10,30">
<left offset="270" />
<bottom offset="-30" />
</anchored>
<frame name="groupbox" offset="10,10,10,10" />
</imagecontrol>
So this... gets me this...

Blackfoot
September 25th, 2021, 21:30
Now I just need a way to add the image tools.

Blackfoot
September 29th, 2021, 13:19
Thanks to darrenan for his help getting this working.