예제 #1
0
 def exibir_pontuacao_moedas(self):
     self.fabricaimagens.get_flyweight("moeda").desenhar_imagem(
         EstiloElementos.posicao_desenho_moeda())
     self.telajogo.exibe_texto("Bônus", self.TAM_FONTE_TEXTO,
                               EstiloElementos.posicao_texto_bonus())
     self.telajogo.exibe_texto(
         str(self.apljogo.qtdmoedas) + " / " +
         str(self.apljogo.valor_alcance_bonus), self.TAM_FONTE_NUMERO,
         EstiloElementos.posicao_numero_bonus())
예제 #2
0
 def exibir_pontuacao_moedas(self):
     self.fabricaimagens.get_flyweight("moeda").desenhar_imagem(EstiloElementos.posicao_desenho_moeda())
     self.telajogo.exibe_texto("Bônus", self.TAM_FONTE_TEXTO, EstiloElementos.posicao_texto_bonus())
     self.telajogo.exibe_texto(str(self.apljogo.qtdmoedas)+" / "+str(self.apljogo.valor_alcance_bonus), self.TAM_FONTE_NUMERO, EstiloElementos.posicao_numero_bonus())