Skip to content

Commit

Permalink
Added 'width' param to generate path func for blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
neintoes authored Nov 8, 2024
1 parent 7cd1701 commit 96011d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilesadvanced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96011d8

Please sign in to comment.