Add key binding for Shift to double TPS during testing
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 27s

This commit is contained in:
Sam Bargallo 2025-06-04 20:45:43 -05:00
parent 15cf494c20
commit c0479cdcf2

View File

@ -375,6 +375,7 @@ def main():
("Drag select", "Select multiple objects"),
("Click on object", "Select closest object in range"),
("Up/Down", "Increase/Decrease camera speed"),
("Shift", "Double TPS (for testing)"),
("L", "Toggle this legend"),
("Space", "Pause/Resume simulation"),
]