changes & fixed issues causing game crashes

+ flying speed increased from 15 to 20
+ NolanBehavior_Update hooked
+ fullbright, player speed and fly moved to nolan's update hook
+ added NolanBehaviour parameter to Misc::FullBright function
- fly function removed from misc namespace (this function will be re-added in the near future after further improvements and testing.)
This commit is contained in:
Jadis0x
2024-06-01 19:47:24 +03:00
parent be5f59f1b5
commit 01c16909bf
4 changed files with 97 additions and 95 deletions

View File

@@ -318,7 +318,7 @@ void DrawMiscTab() {
*/
ImGui::Checkbox("Fly", &settings::fly);
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 5.f, 15.f);
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 5.f, 20.f);
/*
if (ImGui::Button("Make random noise")) {