Bevy Prank
Opinionated Unreal Engine inspired spectator camera for the Bevy game engine.
📦 Installation
-
Install the crate using
cargo -
Add
PrankPluginto your appuse *; use *;
🎮 Controls
| Control | Action |
|---|---|
| MMD + Drag | Offsets the camera on its local x (left/right) and y (top/bottom) axes |
| RMB + Drag | Rotates the camera |
| RMB + W A S D | Moves the camera on its local x (left/right) and z (front/back) axes |
| RMB + E Q | Moves the camera on the y (top/bottom) axis |
| RMB + LShift + W A S D E Q | Moves the camera on the x (left/right), y (top/bottom) axes, and z (front/back) axes |