Changes

no edit summary
Line 88: Line 88:  
"floralwhite",
 
"floralwhite",
 
},
 
},
_link_color_template = [[<span style="color: ${color};">${text}</span>]]
+
_link_color_template = [[<span style="color: ${color};">${text}</span>]],
 +
_cg_size = "218px",
 
}
 
}
   Line 132: Line 133:     
function EnemyShipInfoKai:image()
 
function EnemyShipInfoKai:image()
self._vars.image = Formatting:format_image{"Empty ship slot.png"} --placeholder
+
self._vars.image = Formatting:format_image{self._ship:cg(), size = self._cg_size}
 
end
 
end
  
Anonymous user