From 4cf1afb8cdc75dc25106f9755a7215304edad6ab Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Sat, 25 Jan 2025 09:26:30 +0000 Subject: [PATCH] add some additional platforms to game-type.sml for better testing --- fcore/game-type.sml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fcore/game-type.sml b/fcore/game-type.sml index 3699454..2ae646a 100644 --- a/fcore/game-type.sml +++ b/fcore/game-type.sml @@ -173,9 +173,10 @@ struct val plat5 = {id = 5, x = 155, y = 811, width = 199} val plat6 = {id = 6, x = 155, y = 710, width = 199} val plat7 = {id = 7, x = 301, y = 855, width = 99} - val plat8 = {id = 8, x = 950, y = 710, width = 300} + val plat8 = {id = 8, x = 970, y = 815, width = 303} + val plat9 = {id = 9, x = 970, y = 655, width = 303} val platforms = Vector.fromList - [plat1, plat2, plat3, plat4, plat5, plat6, plat7, plat8] + [plat1, plat2, plat3, plat4, plat5, plat6, plat7, plat8, plat9] val platformTree = Platform.generateTree platforms val enemy1 =