Changeset 109e8a3 in network-game for client/Client/main.cpp
- Timestamp:
- Jun 22, 2013, 1:25:01 PM (11 years ago)
- Branches:
- master
- Children:
- 521c88b
- Parents:
- 5c95436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
r5c95436 r109e8a3 363 363 chatConsole.draw(font, al_map_rgb(255,255,255)); 364 364 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) { 366 367 al_draw_text(font, al_map_rgb(0, 255, 0), 4, 43, ALLEGRO_ALIGN_LEFT, "Username:"); 367 368 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.