mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
tweak a y-offset to demonstrate the bug
This commit is contained in:
parent
d3a922a2bd
commit
d53e6b5a14
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class ImagesExample:
|
|||
))
|
||||
pb = basepatch.get_pixbuf()
|
||||
|
||||
for (x,y) in [(0,0), (51,0), (104,0)]:
|
||||
for (x,y) in [(0,0), (51,0), (104,16)]:
|
||||
image = gtk.Image()
|
||||
image.set_from_pixbuf(baseimage.get_pixbuf().copy())
|
||||
image.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue