mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
demonstrate x offset issue
This commit is contained in:
parent
7562e22498
commit
6bef3cda0e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class ImagesExample:
|
||||||
))
|
))
|
||||||
pb = basepatch.get_pixbuf()
|
pb = basepatch.get_pixbuf()
|
||||||
|
|
||||||
for x,y in [(0,0), (51,0), (104,16)]:
|
for x,y in [(0,0), (51,0), (104,16), (192,0)]:
|
||||||
x *= scale
|
x *= scale
|
||||||
y *= scale
|
y *= scale
|
||||||
image = gtk.Image()
|
image = gtk.Image()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue