Peter Badida 2017-01-15 19:06:25 +01:00
parent daf6407e88
commit 56ffce6d8a
9 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

View File

@ -15,7 +15,7 @@
size_hint: None, None
Image:
id: imag
source: 'data/images/busy-stick-figures-animated.gif'
source: 'data/images/simple_cv_joint_animated.gif'
on_touch_down: root.parent.parent.parent.currentObj = self
<zipScatter>
@ -24,7 +24,7 @@
size_hint: None, None
Image:
id: imag
source: 'data/images/RingGreen.zip'
source: 'data/images/cube.zip'
anim_delay: 0.05
on_touch_down: root.parent.parent.parent.currentObj = self
@ -34,7 +34,7 @@
size_hint: None, None
Image:
id: imag
source: 'data/images/ClickHereButton-animated.zip'
source: 'data/images/bird.zip'
on_touch_down: root.parent.parent.parent.currentObj = self
<Right_Frame>