~michael.rawson/tuxpoker/trunk

« back to all changes in this revision

Viewing changes to util/sprites.cpp

  • Committer: Michael Rawson
  • Date: 2012-05-05 18:41:48 UTC
  • Revision ID: michaelrawson76@gmail.com-20120505184148-48x1bricescln3xd
More fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        start_text_highscore = TTF_RenderText_Solid(ubuntu, "High Scores [SPACEBAR]", colour_white);
78
78
        
79
79
        //paths
80
 
        LEVEL_1_POINTS.push_back(point(0, 0));
81
 
        LEVEL_1_POINTS.push_back(point(constants::SCREEN_WIDTH/2, constants::SCREEN_HEIGHT/2)),
 
80
        LEVEL_1_POINTS.push_back(point(500, 0));
 
81
        LEVEL_1_POINTS.push_back(point(constants::SCREEN_WIDTH/2, 0)),
 
82
        LEVEL_1_POINTS.push_back(point(constants::SCREEN_WIDTH/2, constants::SCREEN_HEIGHT/2));
82
83
        LEVEL_1_POINTS.push_back(point(constants::SCREEN_WIDTH, constants::SCREEN_HEIGHT));     
83
84
        
84
85
        std::cout << "\t\t\t[Done]" << std::endl;