Changes

no edit summary
Line 6: Line 6:  
local ShipCardKai = ShipAsset{
 
local ShipCardKai = ShipAsset{
 
_card_size = "218x300px",
 
_card_size = "218x300px",
 +
_card_size_hd = "327x450px",
 
_card_layers = {
 
_card_layers = {
 
status_expedition = {image = "Card Status Expedition.png", style = {top = "229px", left = "133px"}},
 
status_expedition = {image = "Card Status Expedition.png", style = {top = "229px", left = "133px"}},
Line 30: Line 31:  
args[1] = self:get_source(ship, args)
 
args[1] = self:get_source(ship, args)
 
if not args.size then
 
if not args.size then
args.size = self._card_size
+
args.size = args.hd and self._card_size_hd or self._card_size
 
end
 
end
 
args.link = link
 
args.link = link
cssedit, gkautomate
6,926

edits