Example #1
0
 /// <summary>
 /// Initialize Windows
 /// </summary>
 void InitMessageWindows()
 {
     this.Contents           = new Bitmap(Width - 32, Height - 32);
     this.Contents.Font.Size = GameOptions.MessageFontSize;
     this.IsVisible          = false;
     this.Z               = 9995;
     contentsShowing      = false;
     cursorWidth          = 0;
     this.IsActive        = false;
     this.Index           = -1;
     titleWindow          = new Geex.Run.Window();
     titleWindow.Contents = new Bitmap(32, 32);
 }
Example #2
0
 /// <summary>
 /// Initialize Windows
 /// </summary>
 void InitMessageWindows()
 {
     this.Contents = new Bitmap(Width - 32, Height - 32);
     this.Contents.Font.Size = GameOptions.MessageFontSize;
     this.IsVisible = false;
     this.Z = 9995;
     contentsShowing = false;
     cursorWidth = 0;
     this.IsActive = false;
     this.Index = -1;
     titleWindow = new Geex.Run.Window();
     titleWindow.Contents = new Bitmap(32, 32);
 }