DigitalCarleton / Prairie

A Game Development Toolkit for Historians
59 stars 11 forks source link

Change onGUI box for TwineNodes to wrap text and display all body text #64

Closed grahamearley closed 7 years ago

grahamearley commented 7 years ago

The GUI box will be 10px away from the top and left side of the screen. It's width is 1/3 of the screen width, and its height is the whole screen (so it will still not show all the text if the text goes beyond that length -- in the future we should modify this to change text size).

I also enabled word wrap in the box's style.

(Closes #57)

Todo still: We still have to deal with finalizing the layout of where this text goes, etc. For now, this mostly just makes the text readable for our demos.

cpimhoff commented 7 years ago

I like this, but yeah, still todo is defining our screen real estate better. Like, how does this conflict with the GUI box of our (yet to be implemented) annotation summaries on mouse over?

grahamearley commented 7 years ago

@cpimhoff agreed. Mostly doing this for demo purposes