fixes
This commit is contained in:
parent
7a473693b8
commit
e7434fb7b2
@ -30,7 +30,7 @@ define config.version = "1.0"
|
||||
## triple-quotes, and leave a blank line between paragraphs.
|
||||
|
||||
define gui.about = _p("""
|
||||
A game made by Cavemanon, an upcoming indie game team comprised of many members from around the world. Currently developing {color=#f1a5d8}Exit 665{/color}, {color=#f1a5d8}I Wani Hug that Gator!{/color}, and potentially more!
|
||||
A game made by Cavemanon, an upcoming indie game team comprised of many members from around the world. Currently developing {color=#f1a5d8}Exit 665{/color}, {color=#f1a5d8}I Wani Hug that Gator!{/color}, and more!
|
||||
|
||||
You can find out about most recent updates and developments at our {a=https://twitter.com/Cavemanon}twitter{/a}.
|
||||
|
||||
@ -187,6 +187,7 @@ init python:
|
||||
build.classify('**/.**', None)
|
||||
build.classify('**/#**', None)
|
||||
build.classify('**/thumbs.db', None)
|
||||
build.classify('**/README.md', None)
|
||||
|
||||
## To archive files, classify them as 'archive'.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user