diff options
author | Indrajith K L | 2022-03-01 20:43:10 +0530 |
---|---|---|
committer | Indrajith K L | 2022-03-01 20:43:10 +0530 |
commit | 67c80456895ed13f79999e6cb7162680d3e8909d (patch) | |
tree | ff3b48eb2ed7debe9d96a5a6234de7ed34b9e542 /README.md | |
parent | 6227a1c681c0559add922a7e68cd634fcc85df41 (diff) | |
download | YEAD-67c80456895ed13f79999e6cb7162680d3e8909d.tar.gz YEAD-67c80456895ed13f79999e6cb7162680d3e8909d.tar.bz2 YEAD-67c80456895ed13f79999e6cb7162680d3e8909d.zip |
* Adds Fullscreen+Toggle Support
* Window Resolution changed to 1280x720
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ Source code of my ```LÖVE Jam 2022``` entry. This game is written in lua and LÖVE 2D framework. You may need LÖVE 2D installed to run. +### Controls +``` +WASD - Move +F4 - Toggle Fullscreen +ESCAPE - Exit +``` + ### Libraries Used - [anim8](https://github.com/kikito/anim8) - [hump](https://github.com/vrld/hump) |