Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Jun 29, 2024
2 parents f3f60a9 + 68ab725 commit 2c74f2e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 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")
}
}
12 changes: 3 additions & 9 deletions src/main/resources/behindyou_dark.svg
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 2c74f2e

Please sign in to comment.