@@ -49,7 +49,7 @@ func banner_simplex2d(width:Int, height:Int, seed:Int)
49
49
width: width,
50
50
height: height,
51
51
value_offset: 0.65 * 255 ,
52
- path: " banner_simplex2d.png " )
52
+ path: " tests/ banner_simplex2d.png" )
53
53
}
54
54
55
55
func banner_supersimplex2d( width: Int , height: Int , seed: Int )
@@ -60,7 +60,7 @@ func banner_supersimplex2d(width:Int, height:Int, seed:Int)
60
60
width: width,
61
61
height: height,
62
62
value_offset: 0.65 * 255 ,
63
- path: " banner_supersimplex2d.png " )
63
+ path: " tests/ banner_supersimplex2d.png" )
64
64
}
65
65
66
66
func banner_supersimplex3d( width: Int , height: Int , seed: Int )
@@ -71,7 +71,7 @@ func banner_supersimplex3d(width:Int, height:Int, seed:Int)
71
71
width: width,
72
72
height: height,
73
73
value_offset: 0.65 * 255 ,
74
- path: " banner_supersimplex3d.png " )
74
+ path: " tests/ banner_supersimplex3d.png" )
75
75
}
76
76
77
77
func banner_cell2d( width: Int , height: Int , seed: Int )
@@ -83,7 +83,7 @@ func banner_cell2d(width:Int, height:Int, seed:Int)
83
83
height: height,
84
84
value_offset: 0 ,
85
85
invert: true ,
86
- path: " banner_cell2d.png " )
86
+ path: " tests/ banner_cell2d.png" )
87
87
}
88
88
89
89
func banner_cell3d( width: Int , height: Int , seed: Int )
@@ -95,7 +95,7 @@ func banner_cell3d(width:Int, height:Int, seed:Int)
95
95
height: height,
96
96
value_offset: 0 ,
97
97
invert: true ,
98
- path: " banner_cell3d.png " )
98
+ path: " tests/ banner_cell3d.png" )
99
99
}
100
100
101
101
public
0 commit comments