Skip to content

Commit

Permalink
Merge branch 'main' into tool
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Dec 25, 2023
2 parents 2584d8e + 47c7446 commit 0901208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions game/ds_screens/screens_ds.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init -10 python:
def all_characters_with_screen():
return character_screens.all_characters_with_screen(store)

screen menu_userinfo:
screen menu_userinfo(close_actions = [ Hide("menu_userinfo") ]):

tag menu

Expand All @@ -23,7 +23,7 @@ screen menu_userinfo:
use menu_tile(_("Characters"))

# button for closure
use close_button()
use close_button(close_actions)

frame:
ypos gui.dr_drawer_ypos
Expand Down
2 changes: 1 addition & 1 deletion game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ label start:
label loop:
menu:
"Screens":
call screen menu_userinfo
call screen menu_userinfo([ Return() ])
"Character":
call character
"Clothes (To move)":
Expand Down

0 comments on commit 0901208

Please sign in to comment.