Changeset 109e8a3 in network-game for client/Client


Ignore:
Timestamp:
Jun 22, 2013, 1:25:01 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
521c88b
Parents:
5c95436
Message:

Username and password textbox labels appear on the registration page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r5c95436 r109e8a3  
    363363         chatConsole.draw(font, al_map_rgb(255,255,255));
    364364
    365          if(wndCurrent == wndLogin) {
     365         // There should be label gui components that show these or each textbox should have a label
     366         if(wndCurrent == wndLogin || wndCurrent == wndRegister) {
    366367            al_draw_text(font, al_map_rgb(0, 255, 0), 4, 43, ALLEGRO_ALIGN_LEFT, "Username:");
    367368            al_draw_text(font, al_map_rgb(0, 255, 0), 1, 73, ALLEGRO_ALIGN_LEFT, "Password:");
Note: See TracChangeset for help on using the changeset viewer.