diff --git a/public/assets/beanie.astro b/public/assets/beanie.astro new file mode 100644 index 0000000..6accf39 --- /dev/null +++ b/public/assets/beanie.astro @@ -0,0 +1,10 @@ +
+
+ +
+
+
+
+
+
+ \ No newline at end of file diff --git a/public/assets/beanieImage.png b/public/assets/beanieImage.png new file mode 100755 index 0000000..05547aa Binary files /dev/null and b/public/assets/beanieImage.png differ diff --git a/public/assets/canvas3.png b/public/assets/canvas3.png deleted file mode 100644 index 7f03203..0000000 Binary files a/public/assets/canvas3.png and /dev/null differ diff --git a/public/assets/new_beanie.glb b/public/assets/new_beanie.glb new file mode 100755 index 0000000..53d8ac7 Binary files /dev/null and b/public/assets/new_beanie.glb differ diff --git a/src/pages/guided-tracing/A.astro b/src/pages/guided-tracing/A.astro index eb84cff..76e22f1 100644 --- a/src/pages/guided-tracing/A.astro +++ b/src/pages/guided-tracing/A.astro @@ -71,9 +71,9 @@ import Layout from "../../layouts/Layout.astro"; sunWidth = 200; sunHeight = 100; parrotScale = 0.4; - parrotScalePlus = 0.44; + parrotScalePlus = 0.50; parrotWidth = 200; - parrotHeight = 245; + parrotHeight = 255; animatedAHeight = 20; animatedAScale = 0.73; } @@ -93,7 +93,8 @@ import Layout from "../../layouts/Layout.astro"; this.load.image('backgroundImage', '/assets/bg6.png'); this.load.image('cloud', '/assets/cloud.png'); this.load.image('canvas', '/assets/canvas4.png'); - this.load.image('parrot', '/assets/parrot.png'); + // this.load.image('parrot', '/assets/parrot.png'); + this.load.image('parrot', '/assets/beanieImage.png'); this.load.image('sun', '/assets/sun.png'); this.load.image('bgMobile', '/assets/bgMobile.png'); this.load.image('canvasStand', '/assets/stand2.png'); @@ -218,8 +219,7 @@ import Layout from "../../layouts/Layout.astro"; animatedLetter.setLoop(true); // Loop the video animatedLetter.setMute(false); // Unmute the video animatedLetter.on('complete', function () { - // Video playback is complete - // You can add your code here for what to do when the video finishes. + // add function after end video; }); let textX, textY; @@ -345,9 +345,6 @@ import Layout from "../../layouts/Layout.astro"; graphics.lineTo(pointer.x, pointer.y); graphics.strokePath(); }); - - // Start Position 626 317 - } function update() { diff --git a/src/pages/guided-tracing/tt.astro b/src/pages/guided-tracing/tt.astro index 64a8305..6097ffe 100644 --- a/src/pages/guided-tracing/tt.astro +++ b/src/pages/guided-tracing/tt.astro @@ -9,372 +9,47 @@ import Layout from "../../layouts/Layout.astro"; \ No newline at end of file