From 9ee28715926bdb9c635d31b5fa67e7ca65531eae Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Mon, 30 May 2022 19:23:25 -0500 Subject: [PATCH] Adjust and configure jump heights and friction levels to be moderately good feeling Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 --- maps/world1.map | Bin 294912 -> 294912 bytes src/sig/objects/Player.java | 34 +++++++++++++++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/maps/world1.map b/maps/world1.map index c4c1e13549698ad1f1aa93ded7ede9d5195b8c50..e9e0aeb5dde0fb0363697499d9c92ebc27b11162 100644 GIT binary patch delta 64 zcmZo@5Nc=;+90UF%K!(=49pt^A2Uzpx8d3>sPch%q5>O;-OR1g&aJ@+#7scUyq#Nv H0) { + jumpCount--; + y_velocity = jump_velocity; + //System.out.println("Jump"); + } if (!sideCollision) { handleKeyboardMovement(updateMult, right-left, horizontal_friction, horizontal_drag); this.setX(this.getX()+displacement_x);