ice.credits
Credits dialog.
- class Credits: ice.guiswapper.SwappableGUI;
-
- this(GUISystem guiSystem, VFSDir gameDir);
Construct a Credits dialog.
Parameters:Throws:GUISystem guiSystem A reference to the GUI system (to load widgets with). VFSDir gameDir Game data directory. 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.