Fix up the map view types and increase air friction a bit

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent f026f64f92
commit d89e7beb88
  1. BIN
      maps/world1.map
  2. 2
      src/sig/objects/Player.java

Binary file not shown.

@ -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;

Loading…
Cancel
Save