Add frame clock

This commit is contained in:
2021-09-09 13:29:09 +01:00
parent a2288110ae
commit be7b2d2cd7
27 changed files with 176 additions and 87 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ makeTileFromPoly poly z = Tile
{ _tilePoly = poly
, _tileZero = c
--, _tileXY = c +.+ xdir +.+ vNormal xdir
, _tileX = c +.+ (normalizeV $ (poly !! 1) -.- c)
, _tileX = c +.+ normalizeV ((poly !! 1) -.- c)
, _tileZ = z
}
where