paxell / GameThesis

source code for a point-and-click adventure game
9 stars 4 forks source link

Dialogue differentiation #13

Open paxell opened 12 years ago

paxell commented 12 years ago

Need to show the difference between the player's dialogue and a character's dialogue.

This could be as simple as a different alignment or colour for character's text or more complex like a speech bubble that is relative to the character or the player.

paxell commented 12 years ago

Now takes the player's x position, but needs to check each line and use the speakers position if they are speaking.

paxell commented 12 years ago

Need to reference the parent from the JSON file