diff --git a/data/themes/default/default.edc b/data/themes/default/default.edc index a17dd66..e44dca1 100644 --- a/data/themes/default/default.edc +++ b/data/themes/default/default.edc @@ -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; + } } } } diff --git a/data/themes/default/images/entrance_background.jpg b/data/themes/default/images/entrance_background.jpg new file mode 100644 index 0000000..5b45883 Binary files /dev/null and b/data/themes/default/images/entrance_background.jpg differ