Skip to content

Commit 2ee8366

Browse files
committed
newlines
1 parent 776e6de commit 2ee8366

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.luacheckrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
return {
22
std = 'lua51+love',
33
ignore = {'212'},
4-
}
4+
}

baton.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ function baton.new(config)
268268
return player
269269
end
270270

271-
return baton
271+
return baton

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ function love.draw()
102102
love.graphics.rectangle('fill', -50, 150, 100, 100)
103103

104104
love.graphics.pop()
105-
end
105+
end

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ At any time, only the keyboard/mouse sources or the josytick sources for a playe
139139
You can call `player:getActiveDevice()` to see which input device is currently active. It will return either `'kbm'` (keyboard/mouse) or `'joy'` (joystick) (or `'none'` if no sources have been used yet). This is useful if you need to change what you display on screen based on the controls the player is using (such as instructions).
140140

141141
## Contributing
142-
This library is still fairly young, so feel free to take it for a spin and suggest additions and changes (especially if you try making a multiplayer game with it!). Issues and pull requests are always welcome. To run the test, run `love .` in the baton folder.
142+
This library is still fairly young, so feel free to take it for a spin and suggest additions and changes (especially if you try making a multiplayer game with it!). Issues and pull requests are always welcome. To run the test, run `love .` in the baton folder.

0 commit comments

Comments
 (0)