# GP Level Text
## Modified for HOF MOD 1.61.001
## screen.setText (self.GP_TEXT_NAME, "Background", self.HEADER_DICT["GREATPEOPLE"], CvUtil.FONT_RIGHT_JUSTIFY, self.nGPLevelX, self.nGPLevelY, -0.1, FontTypes.TITLE_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1)
## screen.setText (self.GP_TEXT_NAME + self.NUMBER_TEXT, "Background", "<font=2>" + str (iPlayer.greatPeopleThreshold()) + "</font>", CvUtil.FONT_RIGHT_JUSTIFY, self.nGPLevelX, self.nGPLevelY + self.nGPLevelDistance, -0.1, FontTypes.GAME_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1)
legend = legend + " " + self.HEADER_DICT["GREATPEOPLE"] + ": " + "<font=2>" + str (iPlayer.greatPeopleThreshold(False)) + "</font>"
legend = legend + " " + self.HEADER_DICT["GREATGENERAL"] + ": " + "<font=2>" + str (iPlayer.greatPeopleThreshold(True)) + "</font>"
screen.setText (self.CULTURE_TEXT_NAME, "BottomPanel", legend, CvUtil.FONT_LEFT_JUSTIFY, 4,
self.nScreenLength - 70, -0.1, FontTypes.GAME_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1)
## End of section - HOF MOD 1.61.001