Skip to content

Commit 26e539b

Browse files
committed
Update wait icon size and crop
1 parent 45fcdb3 commit 26e539b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game/nqtr_interface/wait.webp

210 KB
Loading

game/nqtr_screens/screens_value.rpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ image nqtr_icon map = LayeredImageMask("pre nqtr_icon map",
5050
foreground="sprite foreground",
5151
background="sprite background"
5252
)
53-
image pre nqtr_icon wait = Transform("/nqtr_interface/wait.webp", xysize=(gui.sprite_size, gui.sprite_size))
53+
image pre nqtr_icon wait = Transform("/nqtr_interface/wait.webp", xysize=(gui.nqtr_icon_small, gui.nqtr_icon_small))
5454
image nqtr_icon wait = LayeredImageMask("pre nqtr_icon wait",
55-
Transform(crop=(0, 0, gui.sprite_size, gui.sprite_size)),
55+
Transform(crop=(gui.nqtr_icon_small_crop, gui.nqtr_icon_small_crop, gui.sprite_size, gui.sprite_size)),
5656
mask="sprite mask",
5757
foreground="sprite foreground",
5858
background="sprite background"

0 commit comments

Comments
 (0)