From 7711c112e22c786958f0123b75c93a8776812876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Fri, 10 Feb 2023 15:45:04 +0100 Subject: [PATCH] framerate independent movement --- src/App.vue | 76 +++++++++++++++++++++++++++++++------------ src/util/useInput.ts | 14 +++++--- src/util/usePlayer.ts | 10 +++--- 3 files changed, 71 insertions(+), 29 deletions(-) diff --git a/src/App.vue b/src/App.vue index 04abe3a..ecebb67 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@