Ignore:
Timestamp:
09/17/06 22:05:58 (18 years ago)
Author:
giegl
Message:

GTPD - Jungle Rumble - "Start Level" etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Games/Jungle_Rumble/src/MenueScene.cpp

    r1397 r1398  
    221221 
    222222        // Buttons 
    223         this->GUI->AddButton( IDC_LOADGAME, L"Load Challenge...", 0, 0, 120, 35, L'8' ); 
    224         this->GUI->AddButton( IDC_EXIT, L"Exit Game...", 30, 430, 120, 35, L'X' ); 
     223        //this->GUI->AddButton( IDC_LOADGAME, L"Load Challenge...", 0, 0, 120, 35, L'8' ); 
     224        this->GUI->AddButton( IDC_LOADGAME, L"Start Level", 0, 0, 120, 35, L'8' ); 
     225        //this->GUI->AddButton( IDC_EXIT, L"Exit Game...", 30, 430, 120, 35, L'X' ); 
     226        this->GUI->AddButton( IDC_EXIT, L"Exit Game", 30, 430, 120, 35, L'X' ); 
    225227 
    226228        // List box 
Note: See TracChangeset for help on using the changeset viewer.