Example #1
0
 public override void LessonOnGUI()
 {
     if (!AllColonistsInCover())
     {
         TutorUtility.DrawCellRectOnGUI(Find.TutorialState.sandbagsRect, def.onMapInstruction);
     }
     base.LessonOnGUI();
 }
 public override void LessonOnGUI()
 {
     TutorUtility.DrawCellRectOnGUI(this.RoomRect, this.def.onMapInstruction);
     base.LessonOnGUI();
 }
 public override void LessonOnGUI()
 {
     TutorUtility.DrawCellRectOnGUI(this.growingZoneRect, base.def.onMapInstruction);
     base.LessonOnGUI();
 }
Example #4
0
 public override void LessonOnGUI()
 {
     TutorUtility.DrawCellRectOnGUI(this.BuildableRect.ContractedBy(1), base.def.onMapInstruction);
     base.LessonOnGUI();
 }
 public override void LessonOnGUI()
 {
     TutorUtility.DrawCellRectOnGUI(stockpileRect, def.onMapInstruction);
     base.LessonOnGUI();
 }