diff --git a/maps/world1.map b/maps/world1.map index 25705bb..656ba99 100644 Binary files a/maps/world1.map and b/maps/world1.map differ diff --git a/src/sig/objects/Player.java b/src/sig/objects/Player.java index 325706f..db5a635 100644 --- a/src/sig/objects/Player.java +++ b/src/sig/objects/Player.java @@ -27,7 +27,7 @@ public class Player extends Object{ double horizontal_drag = 2000; double horizontal_friction = NORMAL_FRICTION; double horizontal_air_drag = 600; - double horizontal_air_friction = 20; + double horizontal_air_friction = 180; double jump_velocity = -400;