From 59ac454bc5fc21a8e8f0247a9913af9b4a1987f7 Mon Sep 17 00:00:00 2001 From: koehr Date: Tue, 11 Jun 2019 16:49:25 +0200 Subject: [PATCH] initiates central physics handling --- src/App.vue | 5 ++- src/Background.vue | 19 +++++----- src/Field.vue | 92 ++++++++++++++++++++++------------------------ src/level/def.js | 12 ++++++ src/physics.js | 22 +++++++++++ 5 files changed, 90 insertions(+), 60 deletions(-) create mode 100644 src/physics.js diff --git a/src/App.vue b/src/App.vue index 2458dd9..c789549 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,9 @@ export default { diff --git a/src/Background.vue b/src/Background.vue index f20cdab..149ece6 100644 --- a/src/Background.vue +++ b/src/Background.vue @@ -4,6 +4,7 @@