mirror of
https://github.com/TangentFoxy/baton.git
synced 2025-07-27 18:42:19 +00:00
Update readme.md
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user