Check for and fix non-unit MultiBrush segment steps
TilingPath's algorithms are designed on the assumption that MultiBrush segments use unit steps in their point sequences. Non-unit sequences can result in incorrect or suboptimal tilings. This change ensures point sequences are validated for unit steps, and fixes a non-compliant cliff tile across all tilesets.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
7538943f59
commit
2a0e787ae7
@@ -3475,7 +3475,7 @@ MultiBrushCollections:
|
||||
Start: Cliff.L
|
||||
Inner: Cliff
|
||||
End: Cliff.L
|
||||
Points: 2,1, 1,1, 0,2
|
||||
Points: 2,1, 1,1, 1,2, 0,2
|
||||
MultiBrush@186:
|
||||
Template: 186
|
||||
Segment:
|
||||
|
||||
@@ -4015,7 +4015,7 @@ MultiBrushCollections:
|
||||
Start: Cliff.L
|
||||
Inner: Cliff
|
||||
End: Cliff.L
|
||||
Points: 2,1, 1,1, 0,2
|
||||
Points: 2,1, 1,1, 1,2, 0,2
|
||||
MultiBrush@141:
|
||||
Template: 141
|
||||
Segment:
|
||||
|
||||
@@ -4475,7 +4475,7 @@ MultiBrushCollections:
|
||||
Start: Cliff.L
|
||||
Inner: Cliff
|
||||
End: Cliff.L
|
||||
Points: 2,1, 1,1, 0,2
|
||||
Points: 2,1, 1,1, 1,2, 0,2
|
||||
MultiBrush@141:
|
||||
Template: 141
|
||||
Segment:
|
||||
|
||||
Reference in New Issue
Block a user