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 522ce31 commit 172c82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions game/nqtr_screens/screens_memo.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ screen menu_memo():
if cur_task_menu != '':
$ quest_menu = quest_stages[quests[cur_task_menu].stage_ids[cur_quest_menu]]
vbox:
xalign gui.menu_memo_frame_xalign
yalign gui.menu_memo_frame_yalign
xalign 0.72
yalign 0.6
# Image
if quest_menu.info_image != '' and quest_menu.info_image != None:
add Frame(quest_menu.info_image, Borders(0,0,0,0)):
Expand Down
2 changes: 1 addition & 1 deletion game/screens_style

0 comments on commit 172c82b

Please sign in to comment.