From e848fc236499bece31394c668adbf933b3aadf24 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Mon, 6 Dec 2010 23:02:58 +0100 Subject: [PATCH] Smaller fuel images. --- SCX/GUI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCX/GUI.pm b/SCX/GUI.pm index c8700a2..0ebc366 100755 --- a/SCX/GUI.pm +++ b/SCX/GUI.pm @@ -19,7 +19,7 @@ sub new { load_image_set('img/throttle%d.svg', 13, 100) ], fuel_images => [ - load_image_set('img/fuel%d.svg', 8, 100) + load_image_set('img/fuel%d.svg', 8, 60) ], car_images => load_image_dir('img/SCXCars', 100), builder => Gtk2::Builder->new, -- 2.43.0