/[projectaxis]/projectaxis/projectAxis/src/visual/uiscreen_start.cpp
ViewVC logotype

Diff of /projectaxis/projectAxis/src/visual/uiscreen_start.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leiavoia, Fri Aug 8 01:49:15 2003 UTC revision 1.3 by leiavoia, Sun Sep 14 01:05:00 2003 UTC
# Line 12  uiscreen_start.cpp Line 12  uiscreen_start.cpp
12  #include "pgfont.h"  #include "pgfont.h"
13  #include "pgbutton.h"  #include "pgbutton.h"
14    
15    
16    
17  /** This is the front "splash" screen with basic game functions */  /** This is the front "splash" screen with basic game functions */
18    
# Line 28  UIScreen_Start::UIScreen_Start(PG_Widget Line 28  UIScreen_Start::UIScreen_Start(PG_Widget
28          logo = new PG_Image(this, p, "graphics/UI/screen_start/axis_logo.png");          logo = new PG_Image(this, p, "graphics/UI/screen_start/axis_logo.png");
29    
30          // get new font:          // get new font:
31          ibfont = new PG_Font("tower/fonts/ethnocen.ttf", 18);          ibfont = new PG_Font("theme/fonts/ethnocen.ttf", 18);
32    
33          // new game          // new game
34          start = new PG_Button(this, 200, PG_Rect(210,600,180, 35), "Start New");          start = new PG_Button(this, 200, PG_Rect(210,600,180, 35), "Start New");

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26