From 5fcc664f8faae76db368a58dc9a900e92f3ed46e Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 11 Sep 2020 15:41:49 +0200 Subject: [PATCH] Added broken interpolation --- client/src/components/Game.vue | 14 ++++---- client/src/game/render.js | 13 +------ client/src/game/update.js | 36 +++++++++++++++++++ client/src/store/gameModule.js | 10 +++++- client/src/store/socketPlugin.js | 4 +-- .../gltronic/tronio/business/GameManager.java | 2 +- .../gltronic/tronio/model/GameUpdate.java | 3 +- 7 files changed, 56 insertions(+), 26 deletions(-) create mode 100644 client/src/game/update.js diff --git a/client/src/components/Game.vue b/client/src/components/Game.vue index 040bb2f..32ac548 100644 --- a/client/src/components/Game.vue +++ b/client/src/components/Game.vue @@ -16,6 +16,7 @@