From c671c99d592f5492e773a2d05574be98ac6b4b9e Mon Sep 17 00:00:00 2001 From: Braedon Lewis Date: Fri, 13 Oct 2023 23:18:03 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7d9efdf01..13fcc89d7 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,22 @@ (WIP) A tool to create playable Rhythm Heaven custom remixes, with many customization options. -

- - Discord - -

- [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [Progress Spreadsheet](https://docs.google.com/spreadsheets/d/1NXxIeL4nsdjChrxAZTPpk20QOKEdQWGbXIhT4TclB6k/edit?usp=sharing) -[YouTube Channel](https://www.youtube.com/channel/UCAb3R-5qyXWOEj8B4vibhxQ) - [Bug Report Form](https://docs.google.com/forms/d/e/1FAIpQLSfu0p2ZjrfwwEvpLgJ4Hw-AAN3jh4QNSEk0U7mjDvwiIkoRAw/viewform?usp=pp_url) [Documentation](https://rheavenstudio.github.io/) -![prCapture](https://user-images.githubusercontent.com/43734252/212429715-1971929f-fee1-442f-8ba2-694e1732590a.png) +![prCapture](https://i.imgur.com/6oKjIo7.png) +Starkiller - Bear Ghost (Remix by NoelColoon) + +![image](https://i.imgur.com/iYUjROb.png) +Hidden in the Sand - Tally Hall [Chonny Jash Cover] (Remix by Jaydakin) -## Prebuilt Binaries +## Prebuilt Binaries & Downloads This project is still in development, so there are currently no release builds yet. GitHub Actions creates experimental builds on each commmit, but minimal support will be provided. ### Release 1 alpha builds @@ -32,7 +28,7 @@ These builds do not include some of the features from Nightly, instead focusing - [MacOS](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/release_1/StandaloneOSX-build.zip) ### Nightly builds -These builds include experimental new features that will not be included in Release 1 +These builds include experimental new features that may or may not be included in Release 1 - [Windows](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneWindows64-build.zip) - [Linux](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneLinux64-build.zip) - [MacOS](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneOSX-build.zip) @@ -46,10 +42,21 @@ These builds include experimental new features that will not be included in Rele ## Self-Building -Heaven Studio is made in [Unity 2021.3.21](https://unity.com/releases/editor/whats-new/2021.3.21), -and programmed with [Visual Studio Code](https://code.visualstudio.com/). +Heaven Studio is made in [Unity 2021.3.21](https://unity.com/releases/editor/whats-new/2021.3.21) -Build Instructions: [BUILD.md](https://github.com/megaminerjenny/HeavenStudio/blob/master/BUILD.md) (or the more maintained [documentation page](https://rheavenstudio.github.io/docs-contributing/setup/introduction)) +Build Instructions: [BUILD.md](https://github.com/RHeavenStudio/HeavenStudio/blob/master/BUILD.md) (or the more maintained [documentation page](https://rheavenstudio.github.io/docs-contributing/setup/introduction)) + +## Social + +

+ + Discord + +

+ +[YouTube Channel](https://www.youtube.com/channel/UCAb3R-5qyXWOEj8B4vibhxQ) + +[Twitter (What's an X?)](https://twitter.com/RHeavenStudio) ## Other information Rhythm Heaven is the intellectual property of Nintendo. This program is NOT endorsed nor sponsored in any way by Nintendo. All used properties of Nintendo (such as names, audio, graphics, etc.) in this software are not intended to maliciously infringe trademark rights. All other trademarks and assets are property of their respective owners. This is a community project and this is available for others to use according to the GPL-3.0 license, without charge. From fbf799113c9a575d279237fe151ce251b42b587b Mon Sep 17 00:00:00 2001 From: Braedon Lewis Date: Fri, 13 Oct 2023 23:33:14 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 13fcc89d7..bca6df3bd 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,8 @@ [Documentation](https://rheavenstudio.github.io/) -![prCapture](https://i.imgur.com/6oKjIo7.png) -Starkiller - Bear Ghost (Remix by NoelColoon) +![prCapture](https://i.imgur.com/N7Q6ubY.png) -![image](https://i.imgur.com/iYUjROb.png) -Hidden in the Sand - Tally Hall [Chonny Jash Cover] (Remix by Jaydakin) ## Prebuilt Binaries & Downloads