From Dark and Darker Wiki

No edit summary
No edit summary
Line 13: Line 13:
   var backgroundColor = '<!--{$backgroundColor|escape:'quotes'}-->';
   var backgroundColor = '<!--{$backgroundColor|escape:'quotes'}-->';
    
    
   if (colorData == "") {
   if (borderColor == "") {
     colorData = "black";
     borderColor = "black";
   }
   }
   if (backgroundColorData == "") {
   if (backgroundColor == "") {
     backgroundColorData = "transparent";
     backgroundColor = "transparent";
   }
   }
    
    

Revision as of 05:38, 7 January 2023