diff --git a/images/ftp.png b/images/ftp.png new file mode 100644 index 0000000..052a042 Binary files /dev/null and b/images/ftp.png differ diff --git a/src/main.rs b/src/main.rs index d13c651..c15791f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,7 +69,7 @@ fn main() { let circle = Box::new(Circle::new(x, y, set)); let mut images: Vec> = vec![ // Velocities are in pixels per second. - Box::new(BouncingImage::new("images/ftp2.png", 30.0, -30.0, -1, -1)), + Box::new(BouncingImage::new("images/ftp.png", 30.0, -30.0, -1, -1)), // Box::new(BouncingImage::new("images/windows_logo.png", -20.0, 20.0, -1, -1)), // Box::new(BouncingImage::new("images/spade.png", 90.0, -60.0, 0, 0)), // Box::new(BouncingImage::new("images/dvdvideo.png", 60.0, 18.0, 1000, 800)),