Changeset 9b1e12c in network-game for client/Client/chat.cpp


Ignore:
Timestamp:
Jun 23, 2013, 5:12:01 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
b650f8a
Parents:
7ca5d21
Message:

Increased the size of the client window to 1024x768 and moved around some gui elements to fit the new size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/chat.cpp

    r7ca5d21 r9b1e12c  
    1919{
    2020   for(unsigned int x=0; x<vctChat.size(); x++)
    21       al_draw_text(font, color, 10, 140+x*15, ALLEGRO_ALIGN_LEFT, vctChat[x].c_str());
     21      al_draw_text(font, color, 5, 100+x*15, ALLEGRO_ALIGN_LEFT, vctChat[x].c_str());
    2222
    23    al_draw_text(font, color, 10, 460, ALLEGRO_ALIGN_LEFT, strPrompt.c_str());
     23   // I think this might never be used
     24   al_draw_text(font, color, 5, 460, ALLEGRO_ALIGN_LEFT, strPrompt.c_str());
    2425}
    2526
Note: See TracChangeset for help on using the changeset viewer.