Tabletop Simulator

Tabletop Simulator

Forbidden Lands Colored Character Sheet
1 kommenttia
MurderHobo 5.3.2021 klo 8.47 
Heya, you know you can take the boxes and make them transparent so it looks like your writing directly on the character sheet. Just look for this...

--Color information for button text (r,g,b, values of 0-1)
buttonFontColor = {0,0,0}
--Color information for button background
buttonColor = {1,1,1}

and change to this...

--Color information for button text (r,g,b, values of 0-1)
buttonFontColor = {0,0,0,100}
--Color information for button background
buttonColor = {0,0,0,0}

its about 50 lines down and a simple change... makes the character sheet look legit :)

Thanks for doing the original work... when i get around to playing forbidden lands i will change my and move the text boxes around to fit transparent better :)

great work :)