Skip to content

Commit

Permalink
Update conversation_value.rpy and delete help.png
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 29, 2024
1 parent 804f8a1 commit 0566a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed game/nqtr_interface/help.png
Binary file not shown.
4 changes: 2 additions & 2 deletions game/nqtr_tool/conversation_value.rpy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image pre nqtr_icon talk = Transform("/nqtr_interface/talk.webp", xysize=(gui.sprite_size, gui.sprite_size))
image pre nqtr_icon talk = Transform("/nqtr_interface/talk.webp", xysize=(gui.nqtr_icon_small, gui.nqtr_icon_small))
image nqtr_icon talk = LayeredImageMask("pre nqtr_icon talk",
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 0566a04

Please sign in to comment.