ice.credits

Credits dialog.

class Credits: ice.guiswapper.SwappableGUI;

Credits dialog.

this(GUISystem guiSystem, VFSDir gameDir);

Construct a Credits dialog.

Parameters:
GUISystem guiSystem A reference to the GUI system (to load widgets with).
VFSDir gameDir Game data directory.
Throws:
YAMLException on a YAML parsing error. VFSException on a filesystem error.
void wonCampaign(CampaignWinData data);

Called when the player wins a campaign.

Parameters:
CampaignWinData data Data describing the campaign victory.