This commit is contained in:
Suvodip
2024-10-02 13:46:45 +05:30
parent cdc95734ec
commit 8569295b65
93 changed files with 112 additions and 100 deletions

View File

@@ -104,7 +104,7 @@ import Layout from "../../layouts/Layout.astro";
this.load.svg('number1', '/assets/numeric/n1.svg');
this.load.svg('layer1', '/assets/numeric/n1.svg');
this.load.audio('audioOne', '/assets/audio/tall-down.mp3');
this.load.image('topLogo', '/assets/top_logo.png');
this.load.image('topLogo', '/assets/top_logo.svg');
this.load.svg('succesImage', '/assets/svg/tick.svg');
this.load.svg('hintImage', '/assets/svg/hint.svg');
this.load.svg('handPointer', '/assets/svg/hand.svg');