time travel, side convo progress, itch page, etc
Word count: 8,847 words
This commit is contained in:
parent
218e052b39
commit
6a344b5d79
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -33,6 +33,7 @@ screen history():
|
|||
|
||||
frame:
|
||||
has hbox
|
||||
vbox:
|
||||
if h.who:
|
||||
label h.who style 'history_name':
|
||||
substitute False
|
||||
|
@ -49,6 +50,8 @@ screen history():
|
|||
text what:
|
||||
substitute False
|
||||
|
||||
textbutton "Copy to Clipboard" action CopyToClipboard(what)
|
||||
|
||||
if not _history_list:
|
||||
label _("The dialogue history is empty.")
|
||||
|
||||
|
|
1104
game/script.rpy
1104
game/script.rpy
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue