reduce floatLimit to 4, which feels better in the game

This commit is contained in:
2024-12-14 18:07:12 +00:00
parent 62a6a831ed
commit df186308bb

View File

@@ -9,7 +9,7 @@ struct
val moveBy = 5
val jumpLimit = 150
val floatLimit = 5
val floatLimit = 4
type t = {yAxis: y_axis, xAxis: x_axis, health: int, x: int, y: int}