mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -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()
|
||||
|
||||
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
|
||||
y *= scale
|
||||
image = gtk.Image()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue