Haha, thanks! xD
Actually your idea of making the window appear horizontally is very good and less troublesome than making the image appear and move (i think). I managed to remove the background and borders with @threat_win.opacity = 0 and I removed the party member's names commenting self.contents.draw_text(0, i*H, self.width-32, H, a.name), but I don't know exactly how would I change the text color to red and how to position each value horizontally on the right placeĀ
Actually your idea of making the window appear horizontally is very good and less troublesome than making the image appear and move (i think). I managed to remove the background and borders with @threat_win.opacity = 0 and I removed the party member's names commenting self.contents.draw_text(0, i*H, self.width-32, H, a.name), but I don't know exactly how would I change the text color to red and how to position each value horizontally on the right placeĀ