Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Sep 15, 2023
1 parent fedf21a commit 886885b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game/nqtr_screens/screens_nqtr_component.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ 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 (gui.action_talk_button_size, gui.action_talk_button_size)
xysize (gui.middle_action_size, gui.middle_action_size)
background None

imagebutton:
align (0.5, 0.0)
if talk_obj.is_button:
idle talk_obj.button_icon
hover talk_obj.button_icon_selected
Expand Down

0 comments on commit 886885b

Please sign in to comment.