commentaar variabelen
This commit is contained in:
@@ -27,7 +27,15 @@ public class Worm {
|
||||
|
||||
// jumping
|
||||
private Tuple<Double, Double> 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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user