Remove pesky trailing whitespace >:(

This commit is contained in:
bakpakin
2015-04-27 21:48:27 +08:00
parent fd49633d17
commit 0f86eae571
4 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -65,12 +65,12 @@ end
Copy paste tiny.lua into your source folder.
## Luarocks ##
Tiny-ecs is also on [Luarocks](https://luarocks.org/) and can be installed with
Tiny-ecs is also on [Luarocks](https://luarocks.org/) and can be installed with
`luarocks install tiny-ecs`.
## Demo ##
Check out the [demo](https://github.com/bakpakin/tiny-ecs/tree/demo-commandokibbles), a game
originally written for Ludum Dare 32 with the theme 'An Unconventional Weapon'. The demo uses
Check out the [demo](https://github.com/bakpakin/tiny-ecs/tree/demo-commandokibbles), a game
originally written for Ludum Dare 32 with the theme 'An Unconventional Weapon'. The demo uses
[LOVE](https://love2d.org/), an amazing game framework for lua.
## Testing ##