mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
scale = 1, to fit more in
This commit is contained in:
parent
58efd180c3
commit
a044b94e2b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ImagesExample:
|
|||
baseimage.set_from_file("../../patches/wall40_1.gif")
|
||||
pixbuf = baseimage.get_pixbuf()
|
||||
if pixbuf:
|
||||
scale = 2
|
||||
scale = 1
|
||||
baseimage.set_from_pixbuf(pixbuf.scale_simple(
|
||||
pixbuf.get_width() * scale,
|
||||
pixbuf.get_height() * scale,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue