Skip to content

Commit 3f6337c

Browse files
committed
place banners in tests dir
1 parent 2f19eae commit 3f6337c

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/noise/tests.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func banner_simplex2d(width:Int, height:Int, seed:Int)
4949
width: width,
5050
height: height,
5151
value_offset: 0.65*255,
52-
path: "banner_simplex2d.png")
52+
path: "tests/banner_simplex2d.png")
5353
}
5454

5555
func banner_supersimplex2d(width:Int, height:Int, seed:Int)
@@ -60,7 +60,7 @@ func banner_supersimplex2d(width:Int, height:Int, seed:Int)
6060
width: width,
6161
height: height,
6262
value_offset: 0.65*255,
63-
path: "banner_supersimplex2d.png")
63+
path: "tests/banner_supersimplex2d.png")
6464
}
6565

6666
func banner_supersimplex3d(width:Int, height:Int, seed:Int)
@@ -71,7 +71,7 @@ func banner_supersimplex3d(width:Int, height:Int, seed:Int)
7171
width: width,
7272
height: height,
7373
value_offset: 0.65*255,
74-
path: "banner_supersimplex3d.png")
74+
path: "tests/banner_supersimplex3d.png")
7575
}
7676

7777
func banner_cell2d(width:Int, height:Int, seed:Int)
@@ -83,7 +83,7 @@ func banner_cell2d(width:Int, height:Int, seed:Int)
8383
height: height,
8484
value_offset: 0,
8585
invert: true,
86-
path: "banner_cell2d.png")
86+
path: "tests/banner_cell2d.png")
8787
}
8888

8989
func banner_cell3d(width:Int, height:Int, seed:Int)
@@ -95,7 +95,7 @@ func banner_cell3d(width:Int, height:Int, seed:Int)
9595
height: height,
9696
value_offset: 0,
9797
invert: true,
98-
path: "banner_cell3d.png")
98+
path: "tests/banner_cell3d.png")
9999
}
100100

101101
public

0 commit comments

Comments
 (0)