Story Viewer: tweak upper gradient opacity

[ci skip]
This commit is contained in:
Charles Dang 2017-04-08 18:09:34 +11:00
parent 5127230559
commit 1ba98d6e42

View file

@ -62,7 +62,7 @@ static config get_title_area_decor_config()
cfg["y"] = 0;
cfg["w"] = "(screen_width)";
cfg["h"] = "(image_original_height * 2)";
cfg["name"] = "dialogs/story_title_decor.png";
cfg["name"] = "dialogs/story_title_decor.png~O(75%)";
return cfg;
}