diff --git a/fcore/game-type.sml b/fcore/game-type.sml index 38eb1a2..c8a8607 100644 --- a/fcore/game-type.sml +++ b/fcore/game-type.sml @@ -162,10 +162,10 @@ struct val wallTree = Wall.generateTree walls val plat1 = {id = 1, x = 155, y = 911, width = 199} - val plat5 = {id = 2, x = 355, y = 759, width = 555} + val plat2 = {id = 2, x = 355, y = 759, width = 555} val plat3 = {id = 3, x = 355, y = 659, width = 555} val plat4 = {id = 4, x = 155, y = 855, width = 199} - val plat2 = {id = 5, x = 155, y = 811, width = 199} + val plat5 = {id = 5, x = 155, y = 811, width = 199} val plat6 = {id = 6, x = 155, y = 710, width = 199} val platforms = Vector.fromList [plat1, plat2, plat3, plat4, plat5, plat6] val platformTree = Platform.generateTree platforms