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
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 27s
This commit is contained in:
parent
15cf494c20
commit
c0479cdcf2
1
main.py
1
main.py
@ -375,6 +375,7 @@ def main():
|
|||||||
("Drag select", "Select multiple objects"),
|
("Drag select", "Select multiple objects"),
|
||||||
("Click on object", "Select closest object in range"),
|
("Click on object", "Select closest object in range"),
|
||||||
("Up/Down", "Increase/Decrease camera speed"),
|
("Up/Down", "Increase/Decrease camera speed"),
|
||||||
|
("Shift", "Double TPS (for testing)"),
|
||||||
("L", "Toggle this legend"),
|
("L", "Toggle this legend"),
|
||||||
("Space", "Pause/Resume simulation"),
|
("Space", "Pause/Resume simulation"),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user