Skip to content

Commit

Permalink
Renamed & Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RedthMC committed Jun 24, 2024
1 parent 69c0fe6 commit 68ab725
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<img align="right" src="src/main/resources/behindyou_dark.svg" alt="PolyHitbox Icon"/>

# BehindYouV3

![Compact Powered by OneConfig](https://polyfrost.org/img/compact_vector.svg)
![Dev Workflow Status](https://img.shields.io/github/v/release/Polyfrost/BehindYouV3.svg?style=for-the-badge&color=1452cc&label=release)

A modern, non-2018 take on the BehindYou mod.

## Features

- Frontview & Backview
- Keybind
- FOV
- Animation

## Gallery

![settings-page.png](images/settings-page.png)

Binary file added images/settings-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ object BehindYouConfig : Config(
var speed = 1f

@Switch(
name = "Change FOV When Clicking Keybind",
name = "Modify FOV",
)
var changeFOV = false

@Slider(
name = "FOV For Backview Keybind",
name = "Backview FOV",
min = 30F,
max = 110F
)
var backFOV = 100

@Slider(
name = "Change FOV For Frontview Keybind",
name = "Frontview FOV",
min = 30F,
max = 110F
)
Expand All @@ -75,5 +75,7 @@ object BehindYouConfig : Config(
init {
initialize()
addDependency("speed", "animation")
addDependency("backFOV", "changeFOV")
addDependency("frontFOV", "changeFOV")
}
}

0 comments on commit 68ab725

Please sign in to comment.