damned
November 1st, 2014, 03:00
Where do I define the area that the Chat Text is allowed to use...?
7835
I want a larger topleft/top/topright definition as I have a graphic in the top there... where do I tell FG to stop scrolling the text up?
<!-- Chat window -->
<framedef name="chatbox">
<bitmap file="graphics/frames/chatbox.png" />
<topleft rect="0,0,15,70" />
<top rect="15,0,358,70" />
<topright rect="373,0,15,70" />
<left rect="0,70,15,476" />
<middle rect="15,70,358,476" />
<right rect="373,70,15,545" />
<bottomleft rect="0,580,15,47" />
<bottom rect="15,580,358,47" />
<bottomright rect="373,580,15,47" />
</framedef>
7835
I want a larger topleft/top/topright definition as I have a graphic in the top there... where do I tell FG to stop scrolling the text up?
<!-- Chat window -->
<framedef name="chatbox">
<bitmap file="graphics/frames/chatbox.png" />
<topleft rect="0,0,15,70" />
<top rect="15,0,358,70" />
<topright rect="373,0,15,70" />
<left rect="0,70,15,476" />
<middle rect="15,70,358,476" />
<right rect="373,70,15,545" />
<bottomleft rect="0,580,15,47" />
<bottom rect="15,580,358,47" />
<bottomright rect="373,580,15,47" />
</framedef>