Update readme.md

This commit is contained in:
tesselode
2019-02-24 16:22:46 -05:00
committed by GitHub
parent 9a29bc47d0
commit 4d44f220f9

View File

@@ -1,5 +1,5 @@
# Baton
**Baton** is an input library for LÖVE that bridges the gap between keyboard and joystick controls and allows you to easily define and change controls on the fly.
**Baton** is an input library for LÖVE that bridges the gap between keyboard and joystick controls and allows you to easily define and change controls on the fly. You can create multiple independent input managers, which you can use for multiplayer games or other organizational purposes.
```lua
local baton = require 'baton'