Completed the text of the go along with it path up through the icebreakers
Word count: 1530 words
This commit is contained in:
parent
630be43744
commit
76612b4bb2
4 changed files with 586 additions and 19 deletions
|
@ -9,10 +9,6 @@
|
|||
## Text that is placed on the game's about screen. Place the text between the
|
||||
## triple-quotes, and leave a blank line between paragraphs.
|
||||
|
||||
define gui.about = _p("""
|
||||
EasyRenPyGui is made by {a=https://github.com/shawna-p}Feniks{/a} {a=https://feniksdev.com/}@feniksdev.com{/a}
|
||||
""")
|
||||
|
||||
|
||||
screen about():
|
||||
|
||||
|
@ -33,11 +29,7 @@ screen about():
|
|||
label "[config.name!t]"
|
||||
text _("Version [config.version!t]\n")
|
||||
|
||||
if gui.about:
|
||||
text "[gui.about!t]\n"
|
||||
|
||||
text _("Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]")
|
||||
|
||||
text "[gui.about!t]\n"
|
||||
|
||||
style about_label_text:
|
||||
size 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue