diff options
author | Adam <adamdharrison@gmail.com> | 2023-08-09 12:38:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 12:38:43 -0400 |
commit | 38b13d99aed7ee7759ea38ee99249f600aeb8b26 (patch) | |
tree | 5e17114b94252fe01f51cd660b805764169dcf14 /manifest.json | |
parent | eef65c9d6a0c65dd23b9e4b4473d709218e55b39 (diff) | |
download | lite-xl-plugins-38b13d99aed7ee7759ea38ee99249f600aeb8b26.tar.gz lite-xl-plugins-38b13d99aed7ee7759ea38ee99249f600aeb8b26.zip |
Added in tetris. (#276)
* Added in tetris.
* Updated key combos.
* Made non-resizable.
* Forgot the t-block.
* Upped default size.
* Added in controllable down speed.
* Added in SRS rotations, pausing, holding.
* Added tag.
* Added drop shadow and lock delay.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 320f1bb..81e06c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1305,6 +1305,14 @@ "remote": "https://github.com/adamharrison/lite-xl-terminal.git:89788ede70768726cf60b5c3049f1fc67bea46cd" }, { + "description": "Allows you to play tetris directly in the editor.", + "version": "0.1", + "path": "plugins/tetris.lua", + "id": "tetris", + "tags": ["game"], + "mod_version": 3 + }, + { "description": "Compile Tex files into PDF", "version": "0.1", "path": "plugins/texcompile.lua", |