entrance: add missing background file

This commit is contained in:
Michaël Bouchaud (yoz) 2013-09-04 11:50:00 +02:00
parent e7799d1e17
commit dd010cb5b9
2 changed files with 8 additions and 8 deletions

View File

@ -13,19 +13,19 @@ externals {
collections {
group {
name: "entrance/background/default";
// images {
// image: "entrance_background.jpg" LOSSY 90;
// }
images {
image: "entrance_background.jpg" LOSSY 90;
}
parts {
part { name: "base";
// type: IMAGE;
type: IMAGE;
type: RECT;
description { state: "default" 0.0;
color: 50 80 140 255;
// image {
// normal: "entrance_background.jpg";
// scale_hint: STATIC;
// }
image {
normal: "entrance_background.jpg";
scale_hint: STATIC;
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 KiB