diff --git a/fcore/player.sml b/fcore/player.sml index 679f5cc..736acb6 100644 --- a/fcore/player.sml +++ b/fcore/player.sml @@ -9,7 +9,7 @@ struct val moveBy = 5 val jumpLimit = 150 - val floatLimit = 4 + val floatLimit = 3 type t = {yAxis: y_axis, xAxis: x_axis, health: int, x: int, y: int}