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,21 +33,24 @@ screen history():
|
||||||
|
|
||||||
frame:
|
frame:
|
||||||
has hbox
|
has hbox
|
||||||
if h.who:
|
vbox:
|
||||||
label h.who style 'history_name':
|
if h.who:
|
||||||
substitute False
|
label h.who style 'history_name':
|
||||||
## Take the color of the who text
|
substitute False
|
||||||
## from the Character, if set
|
## Take the color of the who text
|
||||||
if "color" in h.who_args:
|
## from the Character, if set
|
||||||
text_color h.who_args["color"]
|
if "color" in h.who_args:
|
||||||
xsize 200 # this number and the null width
|
text_color h.who_args["color"]
|
||||||
# number should be the same
|
xsize 200 # this number and the null width
|
||||||
else:
|
# number should be the same
|
||||||
null width 200
|
else:
|
||||||
|
null width 200
|
||||||
|
|
||||||
$ what = renpy.filter_text_tags(h.what, allow=gui.history_allow_tags)
|
$ what = renpy.filter_text_tags(h.what, allow=gui.history_allow_tags)
|
||||||
text what:
|
text what:
|
||||||
substitute False
|
substitute False
|
||||||
|
|
||||||
|
textbutton "Copy to Clipboard" action CopyToClipboard(what)
|
||||||
|
|
||||||
if not _history_list:
|
if not _history_list:
|
||||||
label _("The dialogue history is empty.")
|
label _("The dialogue history is empty.")
|
||||||
|
|
1170
game/script.rpy
1170
game/script.rpy
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue