change floatLimit to 3, which seems to be fine

This commit is contained in:
2024-12-14 18:11:59 +00:00
parent df186308bb
commit 8b8d6f07bc

View File

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