From ca996b5dcb33c3f50b2eed8809f58f41e40e1db0 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Thu, 17 Oct 2019 13:31:16 -0500 Subject: [PATCH] Use mod.conf for description Deletes deprecated description.txt --- description.txt | 2 -- mod.conf | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 description.txt diff --git a/description.txt b/description.txt deleted file mode 100644 index 87dacdd..0000000 --- a/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -player_monoids is a library for managing global player state, such as physics -overrides or player visual size. diff --git a/mod.conf b/mod.conf index 2ff945a..393bbea 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,5 @@ -name=player_monoids \ No newline at end of file +name = player_monoids +description = """ +A library for managing global player state, +such as physics overrides or player visual size. +""" \ No newline at end of file