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 { collections {
group { group {
name: "entrance/background/default"; name: "entrance/background/default";
// images { images {
// image: "entrance_background.jpg" LOSSY 90; image: "entrance_background.jpg" LOSSY 90;
// } }
parts { parts {
part { name: "base"; part { name: "base";
// type: IMAGE; type: IMAGE;
type: RECT; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 50 80 140 255; color: 50 80 140 255;
// image { image {
// normal: "entrance_background.jpg"; normal: "entrance_background.jpg";
// scale_hint: STATIC; scale_hint: STATIC;
// } }
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 KiB