start steam integration; bug fixes

This commit is contained in:
2023-11-20 13:49:14 +00:00
parent cccd472f12
commit ec8b3c97c4
13 changed files with 150 additions and 63 deletions

View File

@@ -15,3 +15,6 @@ For these controls, pawn control order can matter. Pawns that are controlled lat
## actions & input maps
Actions are a named input, ideal for game controls. Rather than say that "x" jumps, it might be better to name a "jump" action.
## Blocking
If 'block' is set to false on the input object, it will not block lower inputs from using the controls.