Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Mar 9, 2023
1 parent 6a0342a commit f2bf591
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/Script/Input/MicInputStrategy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class MicInputStrategy : InputStrategy {

private const int START_BOUND = 20;
private const int WINDOW_SIZE = 64;
private const float THRESHOLD = 0.1f;
private const float THRESHOLD = 0.05f;

private float[] samples = new float[SAMPLE_SCAN_SIZE];

Expand Down
4 changes: 2 additions & 2 deletions Assets/Script/UI/GameUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ private void UpdateRawImageSizing() {
float percent = 1f / trackContainer.childCount;
float heightAdd = 0f;
for (int i = 2; i < trackContainer.childCount; i++) {
percent += 0.075f;
heightAdd += 0.075f * 2f;
percent += 0.12f;
heightAdd += 0.12f * (16f / 9f);
}

// Apply UVs
Expand Down
2 changes: 1 addition & 1 deletion Assets/Settings/AudioMixer.mixer
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ AudioMixerSnapshotController:
m_SnapshotID: 26d2212e05491a146baac9515821f57d
m_FloatValues:
b467df71595802447ac3785fb1d06daf: 10
8359e34ef32f4e44194fb41415e1c7d4: -5
8359e34ef32f4e44194fb41415e1c7d4: -80
m_TransitionOverrides: {}
--- !u!244 &1049282059411974768
AudioMixerEffectController:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
> **Warning**
>
> YARG is **not done yet**! Expect incomplete features and bugs!
>
> ...And terrible menus!
**Y**et **A**nother **R**hythm **G**ame inspired off of Rockband, Guitar Hero, Clone Hero, or similar.

![Gif of YARG](gif.gif)

# Download

[Click here](https://github.com/EliteAsian123/YARG/releases) to view all releases.

# Building

1. Clone repository.
Expand Down
Binary file added gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2bf591

Please sign in to comment.