Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Sep 15, 2023
1 parent ec4f868 commit 6aa02c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed game/nqtr_interface/button/triangular_button.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions game/nqtr_screens/screens_nqtr_component.rpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
screen wait_button(small = False):
imagebutton:
if small:
xysize (300, 300)
xysize (gui.wait_button_size, gui.wait_button_size)
idle '/nqtr_interface/action-wait.webp'
focus_mask True
action [
Expand Down Expand Up @@ -58,7 +58,7 @@ screen action_picture_in_background(act):
screen action_talk_button(ch_id, talk_obj, background):
if not talk_obj.is_hidden(flags = flags, check_if_has_icon = False):
frame:
xysize (120, 120)
xysize (gui.action_talk_button_size, gui.action_talk_button_size)
background None

imagebutton:
Expand Down

0 comments on commit 6aa02c0

Please sign in to comment.