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>
This commit is contained in:
parent
f026f64f92
commit
d89e7beb88
BIN
maps/world1.map
BIN
maps/world1.map
Binary file not shown.
@ -27,7 +27,7 @@ public class Player extends Object{
|
|||||||
double horizontal_drag = 2000;
|
double horizontal_drag = 2000;
|
||||||
double horizontal_friction = NORMAL_FRICTION;
|
double horizontal_friction = NORMAL_FRICTION;
|
||||||
double horizontal_air_drag = 600;
|
double horizontal_air_drag = 600;
|
||||||
double horizontal_air_friction = 20;
|
double horizontal_air_friction = 180;
|
||||||
|
|
||||||
double jump_velocity = -400;
|
double jump_velocity = -400;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user