diff --git a/game/options.rpy b/game/options.rpy index bdc9237..e167498 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -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'. diff --git a/icon.icns b/icon.icns new file mode 100644 index 0000000..0a13acc Binary files /dev/null and b/icon.icns differ