From 975731f8b99dceeb8abcae3639490f480edbd175 Mon Sep 17 00:00:00 2001 From: Anthony Meyer <45003750+neintoes@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:31:12 +0000 Subject: [PATCH] 'generatePathAcrossMap' added block param --- tilesadvanced.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilesadvanced.ts b/tilesadvanced.ts index 7230bd8..6871e85 100644 --- a/tilesadvanced.ts +++ b/tilesadvanced.ts @@ -515,7 +515,7 @@ namespace tilesAdvanced { * Creates a path across the tilemap in the given direction. */ //% blockId=generatePathAcrossMap - //% block="generate path across map in $direction with $turnChancePercentage turn chance start $startRowOrColumn end $endRowOrColumn" + //% block="generate path across map in $direction with turn chance $turnChancePercentage width $width start $startRowOrColumn end $endRowOrColumn" //% turnChancePercentage.defl=50 //% startRowOrColumn.defl=0 //% endRowOrColumn.defl=15