Hey guys !
I'm currently trying to create tooltip to inform players about actor's ability.
Here is the thing, the player open a hero menu, there are icon such as, sword, fireball, ...
And i want the player to know more about theses when he click on the icon. For example, fireball's damage.
It must not be that hard to do, but there is sooo many way to achieve that, that i'm lost, and i don't want to start one way and notice way later that i should have done it other way.
The thing that block me the most, is that the text must be able to change easily, the fireball can deal some damages, but maybe later, it'll do more damages. So i can't just have one image attached to my actor, because i can't have one image per possibility of damages, and per ability. So it must be done with text. But here is the thing, it quickly become a mess when you have to deal with input events AND drawing event.
So, i'v explained my self a lot so you guys know where i'm in my reflexion, i'm waiting forward your experiences and ideas to solve my problem, which is, to summarize : creating a small tool tip with texts and damages when my player press an icon spell.