I added the variant for two or more independent growth choices as mentioned in #18.
The variant with a color background is not implemented here.
Since the addition headers take some space when used, I remodeled the right side to have a dynamic height. The space for innate powers takes the rest.
For that I didn't know a better way then wrapping up all boxes on the right in a new tag. Which I called right. I'm open for better names...
Also the elements are not as adaptive as I would like them to be. The images in the growth track are not correct in the box of there parent. That's why I added enough padding between the growth-choises and the header so they will not overlap. Unfortunately that wastes a good amount of space when the choices with a high image are not used. E.g. Add Presence with an icon for a land or the cost option.
A nice side effect is, If we increased the textures size of the backgrounds we could also support 3 presence tracks
or one
But that will require some additional work and is not part of this pull request
I added the variant for two or more independent growth choices as mentioned in #18.
The variant with a color background is not implemented here.
Since the addition headers take some space when used, I remodeled the right side to have a dynamic height. The space for innate powers takes the rest.
For that I didn't know a better way then wrapping up all boxes on the right in a new tag. Which I called
right
. I'm open for better names...Also the elements are not as adaptive as I would like them to be. The images in the growth track are not correct in the box of there parent. That's why I added enough padding between the growth-choises and the header so they will not overlap. Unfortunately that wastes a good amount of space when the choices with a high image are not used. E.g. Add Presence with an icon for a land or the cost option.
A nice side effect is, If we increased the textures size of the backgrounds we could also support 3 presence tracks
or one
But that will require some additional work and is not part of this pull request