Home
last modified time | relevance | path

Searched refs:TutorialCardWaitForDesign (Results 1 – 2 of 2) sorted by path

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.cpp88 bool TutorialCardWaitForDesign::canProceed(PlayingGameState *playing_gamestate) const { in canProceed()
272TutorialCardWaitForDesign("7", "For this tutorial, we're going to design a weapon.\nClick on one o… in initCards()
316TutorialCardWaitForDesign("10", "To hurry things up, you can make time go faster.\nClick the 1x ic… in initCards()
319TutorialCardWaitForDesign("10", "To hurry things up, you can make time go faster.\nRight click on … in initCards()
669 …card = new TutorialCardWaitForDesign("9", "First, design a longbow", start_sector, TutorialCardWai… in initCards()
691 …card = new TutorialCardWaitForDesign("10", "Now design a trebuchet", start_sector, TutorialCardWai… in initCards()
809 …card = new TutorialCardWaitForDesign("16", "Select the trebuchet to start manufacturing", start_se… in initCards()
830TutorialCardWaitForDesign("17", "The top number shows the assigned number of workers,\nthe bottom … in initCards()
H A Dtutorial.h143 class TutorialCardWaitForDesign : public TutorialCard {
159TutorialCardWaitForDesign(const string &id, const string &text, const Sector *sector, WaitType wai… in TutorialCardWaitForDesign() function