diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-09 00:51:46 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-09 00:51:46 +0200 |
commit | b9e7ec33542bb8041857eb997d17b29ffeae40c8 (patch) | |
tree | b90eed32c2acdc79f2f362ee031e762983195bfd /package.json | |
parent | 8886d5111aa4ae75f54f46c93f09fa7548979969 (diff) | |
download | kartik-client-b9e7ec33542bb8041857eb997d17b29ffeae40c8.tar.gz kartik-client-b9e7ec33542bb8041857eb997d17b29ffeae40c8.tar.bz2 kartik-client-b9e7ec33542bb8041857eb997d17b29ffeae40c8.zip |
Add cooldown to rotations
This helps fix some bugs such as an out of border usebug and a bug that enables players to count a lap as they die. This also makes the game more realistic by removing the possibility of doing moves that are not supposed to be possible in real life.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 73a4ee2..11e0311 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"name":"kartik","version":"21.06.15","channel":"stable","description":"A multiplatform 2D karting game","main":"app.js","dependencies":{"@electron/remote":"^1.0.4","discord-rpc":"^3.2.0","electron":"^12.0.1","ini":"^1.3.8","jquery":"^3.6.0","os-locale":"^5.0.0","systeminformation":"^5.7.7","uuid":"^8.3.2","yaml":"^1.10.2"},"scripts":{"test":"node_modules\\electron\\dist\\electron.exe app.js"},"author":"Minteck Projects","license":"GPL-3.0-or-later","serial":"XXX99999999999"}
\ No newline at end of file +{"name":"kartik","version":"a69a90e","channel":"git","description":"A multiplatform 2D karting game","main":"app.js","dependencies":{"@electron/remote":"^1.0.4","discord-rpc":"^3.2.0","electron":"^12.0.1","ini":"^1.3.8","jquery":"^3.6.0","os-locale":"^5.0.0","systeminformation":"^5.7.7","uuid":"^8.3.2","yaml":"^1.10.2"},"scripts":{"test":"node_modules\\electron\\dist\\electron.exe app.js"},"author":"Minteck Projects","license":"GPL-3.0-or-later","serial":"XXX99999999999"}
\ No newline at end of file |