mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
add minus offsets to demonstrate those bugs (aastinky has one)
This commit is contained in:
parent
a044b94e2b
commit
95aa5aab86
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), (24,24), (104,16), (24,104)]:
|
for x,y in [(0,0), (24,24), (104,16), (24,104), (-16,0), (0,-16)]:
|
||||||
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