Anne-Charlotte commited on
Commit
759da20
·
verified ·
1 Parent(s): d7d14e7

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +13 -2
script.js CHANGED
@@ -4,8 +4,19 @@ const totalSteps = 51;
4
 
5
  // Map of available images (only step1 and step2 exist, rest are placeholders)
6
  const availableImages = {
7
- 1: 'assets/p9.jpg',
8
- 2: 'assets/p10.jpg'
 
 
 
 
 
 
 
 
 
 
 
9
  };
10
 
11
  // DOM Elements
 
4
 
5
  // Map of available images (only step1 and step2 exist, rest are placeholders)
6
  const availableImages = {
7
+ 1: 'assets/step1.jpg',
8
+ 2: 'assets/step2.jpg',
9
+ 3: 'assets/step3bis.jpg',
10
+ 4: 'assets/step4.jpg',
11
+ 5: 'assets/step5.jpg',
12
+ 6: 'assets/step6.jpg',
13
+ 7: 'assets/step7.jpg',
14
+ 8: 'assets/step8.jpg',
15
+ 9: 'assets/step9.jpg',
16
+ 10: 'assets/step10.jpg',
17
+ 11: 'assets/step11.jpg',
18
+ 12: 'assets/step12.jpg',
19
+ 13: 'assets/step13.jpg',
20
  };
21
 
22
  // DOM Elements