Skip to content

Commit 47a5107

Browse files
committed
fix: dark eyes
1 parent 57b3130 commit 47a5107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dds_file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def patch(self):
2525
elif name_without_id == "_trunks_c" or name_without_id == "_trunks_c2":
2626
width = 512
2727
height = 256
28+
elif name_without_id == "_eye":
29+
width = height = 64
2830
else:
2931
logger.info(f"{self.get_name_with_extension()} is not a patchable file.")
3032
return

0 commit comments

Comments
 (0)