Remove snowflake sprites. Make REALLY transparent.

This commit is contained in:
Will Hilton 2015-09-18 00:08:27 -04:00
parent c81650ca87
commit b6b1f29cec
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ namespace InvisibleLockscreen
public virtual void Draw()
{
screensaver.Graphics0.DrawString("Will is Amazing", new Font("OCR A Extended", 8), brush, new PointF(x, y));
//screensaver.Graphics0.DrawString("Will is Amazing", new Font("OCR A Extended", 8), brush, new PointF(x, y));
}
}
}

View file

@ -695,7 +695,7 @@ namespace Screensavers
//form.BackColor = Color.Lime;
//form.TransparencyKey = Color.Lime;
form.Opacity = 0.3;
form.Opacity = 0.01;
this.screensaver.PreUpdate += new EventHandler(screensaver_PreUpdate);
this.screensaver.PostUpdate += new EventHandler(screensaver_PostUpdate);