change floatLimit to 3, which seems to be fine
This commit is contained in:
@@ -9,7 +9,7 @@ struct
|
|||||||
|
|
||||||
val moveBy = 5
|
val moveBy = 5
|
||||||
val jumpLimit = 150
|
val jumpLimit = 150
|
||||||
val floatLimit = 4
|
val floatLimit = 3
|
||||||
|
|
||||||
type t = {yAxis: y_axis, xAxis: x_axis, health: int, x: int, y: int}
|
type t = {yAxis: y_axis, xAxis: x_axis, health: int, x: int, y: int}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user