Skip to content

Commit

Permalink
Merge pull request #1 from rakkyo150/pull-request
Browse files Browse the repository at this point in the history
Just change the position of the button
  • Loading branch information
rithik-b authored Sep 6, 2021
2 parents e3fb701 + 0a480ff commit d1d52ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TakeMeToResults/TakeMeToResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<HintPath>$(BeatSaberDir)\Beat Saber\Libs\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
Expand Down
2 changes: 1 addition & 1 deletion TakeMeToResults/UI/Views/ResultsButton.bsml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<action-button id='results-button' text='📰' hover-hint='Results Screen' italics='false' on-click='results-click' anchor-pos-x='50' anchor-pos-y='-4.5' active='~button-active' />
<action-button id='results-button' text='📰' hover-hint='Results Screen' italics='false' on-click='results-click' anchor-pos-x='30' anchor-pos-y='-3.5' active='~button-active' />

0 comments on commit d1d52ca

Please sign in to comment.