helper functions added
- Added helper functions to facilitate Vector3 and Transform operations. - Defined operator overloads for Vector3 (not tested). - Added fly and spawnPrefab functions to the Misc namespace (not tested). - Added fly speed to settings.
This commit is contained in:
@@ -113,6 +113,9 @@ void Run()
|
||||
if (settings::fullBright)
|
||||
Misc::FullBright();
|
||||
|
||||
if (settings::fly)
|
||||
Misc::Fly(settings::fly_speed);
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(400));
|
||||
}
|
||||
CreateThread(0, 0, EjectThread, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user