O meu fico assim
Não REPARE NA HUD E OUTRAS COISAS QUE ESTÁ SENDO FEITA
Para quem quiser fazer isso passo aki:
Linha 9 (Substitua)
Adicione
Não REPARE NA HUD E OUTRAS COISAS QUE ESTÁ SENDO FEITA
Para quem quiser fazer isso passo aki:
Linha 9 (Substitua)
- Código:
super(25,70,210,260)
- Código:
self.contents.draw_text(100, 180, 100, 32, $distribuir_pontos.to_s,0)
end
Adicione
- Código:
self.contents.draw_text(0, 200, 62, 32, "Status:")
if $game_variables[10] == 1
self.contents.draw_text(100, 200, 100, 32, "PK Nivel 1")
elsif $game_variables[10] == 2
self.contents.draw_text(100, 200, 100, 32, "PK Nivel 2")
elsif $game_variables[10] == 3
self.contents.draw_text(100, 200, 100, 32, "PK Nivel 3")
elsif $game_variables[10] == 0
self.contents.draw_text(100, 200, 100, 32, "Normal")
elsif $game_variables[10] == -1
self.contents.draw_text(100, 200, 100, 32, "Heroi Nivel 1")
elsif $game_variables[10] == -2
self.contents.draw_text(100, 200, 100, 32, "Heroi Nivel 2")
end