Qual o código para eu colocar um texto em uma hud?
Procurei mas não achei...
Procurei mas não achei...
self.contents.draw_text(x,y,width,height,"texto aqui")
self.bitmap.draw_text(x,y,width,height,"texto aqui")
$game_party.actors[0].name
$game_party.actors[0].level
$game_party.actors[0].guild
$game_party.actors[0].class_name
self.bitmap.draw_text((bar_hp.width/2),y,132,32,"texto aqui")