Changed texture example ui to be clearer

This commit is contained in:
Alexander Taylor 2014-07-30 22:27:22 +01:00
parent 8fc1c193ed
commit 92b0b54482
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ BoxLayout:
BoxLayout:
size_hint_y: None
height: dp(50)
Label:
text: 'texture wrap:'
text_size: self.size
valign: 'middle'
halign: 'center'
Button:
text: 'clamp_to_edge'
on_press: taw.texture_wrap = 'clamp_to_edge'