examples/canvas/repeat_texture.py Update docstring

This commit is contained in:
Charles Merriam 2015-02-01 21:11:32 -08:00
parent ee9b869f2b
commit 2d80f32ab5
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
'''
Demonstrate repeating textures
==============================
Repeat Texture on Resize
========================
This was a test to fix an issue with repeating texture and window reloading.
This examples repeats the letter 'K' (mtexture1.png) 64 times in a window.
You should see 8 rows and 8 columns of white K letters, along a label
showing the current size. As you resize the window, it stays an 8x8.
This example includes a label on a background.
'''
from kivy.app import App