Changes

From The TTSCpedia
Jump to navigationJump to search
no edit summary
Line 744: Line 744:  
function Banner.new(protectionObj, blurbObj, cfg)
 
function Banner.new(protectionObj, blurbObj, cfg)
 
local obj = BannerTemplate.new(protectionObj, cfg) -- This doesn't need the blurb.
 
local obj = BannerTemplate.new(protectionObj, cfg) -- This doesn't need the blurb.
obj.imageWidth = 40
+
obj.imageWidth = 50
 
obj.imageCaption = blurbObj:makeBannerText('alt') -- Large banners use the alt text for the tooltip.
 
obj.imageCaption = blurbObj:makeBannerText('alt') -- Large banners use the alt text for the tooltip.
 
obj._reasonText = blurbObj:makeBannerText('text')
 
obj._reasonText = blurbObj:makeBannerText('text')
Line 779: Line 779:  
function Padlock.new(protectionObj, blurbObj, cfg)
 
function Padlock.new(protectionObj, blurbObj, cfg)
 
local obj = BannerTemplate.new(protectionObj, cfg) -- This doesn't need the blurb.
 
local obj = BannerTemplate.new(protectionObj, cfg) -- This doesn't need the blurb.
obj.imageWidth = 20
+
obj.imageWidth = 50
 
obj.imageCaption = blurbObj:makeBannerText('tooltip')
 
obj.imageCaption = blurbObj:makeBannerText('tooltip')
 
obj._imageAlt = blurbObj:makeBannerText('alt')
 
obj._imageAlt = blurbObj:makeBannerText('alt')

Navigation menu