mirror of https://github.com/kivy/kivy.git
Replace images with CC0
sources: https://commons.wikimedia.org/wiki/File:Simple_CV_Joint_animated.gif http://www.iconarchive.com/show/blue-bits-icons-by-icojam/information-icon.html and own creation (cube + animations)
This commit is contained in:
parent
daf6407e88
commit
56ffce6d8a
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
After Width: | Height: | Size: 305 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue