Skip to content

Commit

Permalink
Update wait icon size and crop
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 30, 2024
1 parent 45fcdb3 commit 26e539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified game/nqtr_interface/wait.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions game/nqtr_screens/screens_value.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ image nqtr_icon map = LayeredImageMask("pre nqtr_icon map",
foreground="sprite foreground",
background="sprite background"
)
image pre nqtr_icon wait = Transform("/nqtr_interface/wait.webp", xysize=(gui.sprite_size, gui.sprite_size))
image pre nqtr_icon wait = Transform("/nqtr_interface/wait.webp", xysize=(gui.nqtr_icon_small, gui.nqtr_icon_small))
image nqtr_icon wait = LayeredImageMask("pre nqtr_icon wait",
Transform(crop=(0, 0, gui.sprite_size, gui.sprite_size)),
Transform(crop=(gui.nqtr_icon_small_crop, gui.nqtr_icon_small_crop, gui.sprite_size, gui.sprite_size)),
mask="sprite mask",
foreground="sprite foreground",
background="sprite background"
Expand Down

0 comments on commit 26e539b

Please sign in to comment.