mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-02 06:35:18 +02:00
Add zoomed-out sprite tests
This commit is contained in:
parent
58d7ec8519
commit
a187d48c24
1 changed files with 11 additions and 1 deletions
|
@ -68,7 +68,17 @@ dump(bmp, spr, "Substituted")
|
||||||
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
||||||
spr.zoom_x = 1.5
|
spr.zoom_x = 1.5
|
||||||
spr.zoom_y = 1.5
|
spr.zoom_y = 1.5
|
||||||
dump(bmp, spr, "Substituted-Zoomed")
|
dump(bmp, spr, "Substituted-ZoomedIn")
|
||||||
|
|
||||||
|
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
||||||
|
spr.zoom_x = 0.5
|
||||||
|
spr.zoom_y = 0.5
|
||||||
|
dump(bmp, spr, "Substituted-ZoomedOut2x")
|
||||||
|
|
||||||
|
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
||||||
|
spr.zoom_x = 0.25
|
||||||
|
spr.zoom_y = 0.25
|
||||||
|
dump(bmp, spr, "Substituted-ZoomedOut4x")
|
||||||
|
|
||||||
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
bmp = Bitmap.new("Graphics/Pictures/OST_009")
|
||||||
spr.zoom_x = 448.0 / 1792.0
|
spr.zoom_x = 448.0 / 1792.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue