mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-03 08:19:54 +00:00
[AB-xxx] renaming pat sprite png
This commit is contained in:
@@ -37,7 +37,7 @@ def pat_animated():
|
|||||||
original_input_image = input_image
|
original_input_image = input_image
|
||||||
frame_count = original_input_image.n_frames
|
frame_count = original_input_image.n_frames
|
||||||
old_width, old_height = input_image.size
|
old_width, old_height = input_image.size
|
||||||
with Image.open('resources/img/pet_sprite.png') as pat_background:
|
with Image.open('resources/img/pat_sprite.png') as pat_background:
|
||||||
pat_background = pat_background.convert('RGBA')
|
pat_background = pat_background.convert('RGBA')
|
||||||
pat_width, pat_height = pat_background.size
|
pat_width, pat_height = pat_background.size
|
||||||
pat_ratio = old_width / sprite_size
|
pat_ratio = old_width / sprite_size
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user