diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/about.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c index 2fe9d3d1..fcddc68b 100644 --- a/src/about.c +++ b/src/about.c @@ -150,8 +150,10 @@ typedef struct } MonkClothes; static MonkClothes monk_clothes[] = { - {"gnome-tshirt.png", 30.0, ZENITY_CANVAS_Y - 150.0}, - {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 } + {"gnome-tshirt.png", 30.0, 20.0}, + {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 }, + {"surfboard.png", 30.0, ZENITY_CANVAS_Y - 200.0}, + {"hawaii-shirt.png", ZENITY_CANVAS_X - 50.0, 20.0} }; static void |