Skip to content

Commit 2b3d396

Browse files
committed
Updated README
1 parent 3d39e29 commit 2b3d396

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ Check [AG4VR's video](https://www.youtube.com/watch?v=9egH_BYz-pU) to check how
9090

9191
### 1.0 - Initial Release
9292
- First official release of SRVR.
93+
### 1.1 - Revamp of Input and small fixes
94+
- [Pull Request](https://github.com/Atmudia/SRVR/pull/15) by **Lionmeow**
95+
- Fixes issue with opening slimepedia
96+
- Adds seated mode, turn sensitivity, static ui position
9397

SRVR/SRVR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<ItemGroup>
7474
<Publicize Include="Assembly-CSharp" IncludeCompilerGeneratedMembers="false" />
7575
<Publicize Include="SRML" IncludeCompilerGeneratedMembers="false" />
76+
<Publicize Include="UnityEngine.IMGUIModule" IncludeCompilerGeneratedMembers="false" />
7677
<Reference Include="0Harmony">
7778
<HintPath>.\Libs\0Harmony.dll</HintPath>
7879
</Reference>

SRVR/modinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"name": "SRVR",
44
"author": "SRVR Team",
55
"description": "This mod adds VR mode to Slime Rancher.",
6-
"version": "1.0"
6+
"version": "1.1"
77
}

0 commit comments

Comments
 (0)