Allow stretching of backdrop image.

This commit is contained in:
Dorian 2017-02-24 00:14:22 -05:00
parent c6b39091ad
commit 81b17bef75
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ScreenManager:
name: 'menu' name: 'menu'
Image: Image:
source: 'images/backdrop.jpg' source: 'images/backdrop.jpg'
allow_stretch: True
BoxLayout: BoxLayout:
orientation: "vertical" orientation: "vertical"
Label: Label:
@ -71,6 +72,7 @@ ScreenManager:
name: 'game' name: 'game'
Image: Image:
source: 'images/backdrop.jpg' source: 'images/backdrop.jpg'
allow_stretch: True
BoxLayout: BoxLayout:
orientation: "vertical" orientation: "vertical"
Label: Label:
@ -86,6 +88,7 @@ ScreenManager:
documentation: "credits" documentation: "credits"
Image: Image:
source: 'images/backdrop.jpg' source: 'images/backdrop.jpg'
allow_stretch: True
BoxLayout: BoxLayout:
orientation: "vertical" orientation: "vertical"
Label: Label: