TigardHighGDC / SystemReset

2022 OGPC Game Submission
Apache License 2.0
5 stars 2 forks source link

Grapple Gun script source code not found in correct file #5

Open BrandonPacewic opened 2 years ago

BrandonPacewic commented 2 years ago

Currently the Grapple Gun script source code is found in the 'ResetWeightSystem.cs' file instead of the 'GrapplingHook.cs' file.

This is causing problems where the 'GrapplingHook.cs' file needs to exist and be run for the grapple gun to work even though the file contains none of the code needed to actually run the script.

This also means that whatever code was inside the 'ResetWeightSystem.cs' file was override and is no longer present in the project.

PRIORITY - Mid to Low (System still works for the most part but will definitely cause some problems down the line)

BrandonPacewic commented 2 years ago

New bug discovered where even when the grapple hook ends it keeps the current player velocity.

Bug now is high priority and is not functional in its current state