diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..2130210 --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,3 @@ +## 0.0.1 + +- Moon Beta release \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..15ac32c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Join the Discord: https://discord.gg/BkmEarDQxq + +`BETA` + +Kyrial is still in Beta, bugs or recommendations can be reported in the Discord server. I'm still new to moon making so any/all feedback would be great! + +`Moon Details` + +Kyrial is a fairly standard moon at the moment, small and simple but I'm working on it every day! + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..2798997 Binary files /dev/null and b/icon.png differ diff --git a/kyrial.lem b/kyrial.lem new file mode 100644 index 0000000..4d522a1 Binary files /dev/null and b/kyrial.lem differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b910c4a --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "Kyrial", + "version_number": "0.0.1", + "website_url": "https://discord.gg/BkmEarDQxq", + "description": "[BETA] A Lethal Company City Moon", + "dependencies": [ + "BepInEx-BepInExPack-5.4.2100", + "HolographicWings-LethalExpansion-1.3.21" + ] +} \ No newline at end of file