better ftp

This commit is contained in:
0m.ax 2026-07-20 00:43:10 +02:00
parent 10355620d2
commit 4cb494576b
2 changed files with 1 additions and 1 deletions

BIN
images/ftp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -69,7 +69,7 @@ fn main() {
let circle = Box::new(Circle::new(x, y, set));
let mut images: Vec<Box<dyn Drawable>> = 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)),