From 14603fa5ca0b31283675ec1065011d5c455c8252 Mon Sep 17 00:00:00 2001 From: Leen Dereu Date: Thu, 8 Mar 2018 10:51:07 +0100 Subject: [PATCH] commentaar variabelen --- OGP1718-Worms/src/worms/model/Worm.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OGP1718-Worms/src/worms/model/Worm.java b/OGP1718-Worms/src/worms/model/Worm.java index cb72c69..378eb35 100644 --- a/OGP1718-Worms/src/worms/model/Worm.java +++ b/OGP1718-Worms/src/worms/model/Worm.java @@ -27,7 +27,15 @@ public class Worm { // jumping private Tuple oldLocation; + + /** + * this variable contains the velocity of the jump of the worm + */ private double jumpVelocity; + + /** + * this variable contains the duration of the jump of the worm + */ private double jumpTime; /**