Skip to content

Commit 01a6264

Browse files
committed
photo 4 added
1 parent 6ac3ac7 commit 01a6264

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

project/MyScene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class MyScene extends CGFscene {
162162
this.eggs = new MyEggs(this, 4);
163163

164164
// Nest
165-
this.nestTexture = new CGFtexture(this, "images/textures/nest/nest1.jpeg");
165+
this.nestTexture = new CGFtexture(this, "images/textures/nest/nest.jpg");
166166
this.nestAppearance = new CGFappearance(this);
167167
this.nestAppearance.setTexture(this.nestTexture);
168168
this.nest = new MyNest(this, this.nestAppearance, [80, -68, 20]);
273 KB
Loading
-96.2 KB
Binary file not shown.
281 KB
Loading
391 KB
Loading
111 KB
Loading

0 commit comments

Comments
 (0)