Skip to content

Commit

Permalink
Added a description of the input system
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaHaverty authored Aug 12, 2024
1 parent cfbb472 commit d6af695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ This Physics System is our interface with Jolt, ensuring objects are properly ha

### Input System

The input system listens for and records key presses and joystick positions to be used by robots. It also maps robot behaviors (such as an arcade drivetrain or an arm) to specific keys through customizable input schemes.

### UI System

## Additional Systems
Expand Down Expand Up @@ -156,4 +158,4 @@ For basic user control of the mechanisms, we'll have a Synthesis Brain. By the e
| `prettier:fix` | Runs prettier on the project to fix any issues with formating. |
| `format` | Runs `prettier:fix` and `lint:fix`. |
| `assetpack` | Downloads the assetpack and unzips/installs it in the correct location. |
| `playwright:install` | Downloads the playwright browsers. |
| `playwright:install` | Downloads the playwright browsers. |

0 comments on commit d6af695

Please sign in to comment.