-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.js
More file actions
37 lines (36 loc) · 1.19 KB
/
resources.js
File metadata and controls
37 lines (36 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
const images = [
'assets/images/arrow_keys.png',
'assets/images/arrows_pop.png',
'assets/images/bg_final.png',
'assets/images/bite_east.png',
'assets/images/bite_north.png',
'assets/images/bite_south.png',
'assets/images/bite_west.png',
'assets/images/blood_small.png',
'assets/images/bullet_horz.png',
'assets/images/bullet_vert.png',
'assets/images/dirt_pop.png',
'assets/images/dirt_pop.png',
'assets/images/github-original.png',
'assets/images/globe.png',
'assets/images/linkedin_logo.png',
'assets/images/mon_bullet_left.png',
'assets/images/mon_bullet_ne.png',
'assets/images/mon_bullet_nw.png',
'assets/images/mon_bullet_right.png',
'assets/images/mon_bullet_se.png',
'assets/images/mon_bullet_south.png',
'assets/images/mon_bullet_sw.png',
'assets/images/mon_bullet_vert.png',
'assets/images/player_rifle_down.png',
'assets/images/player_rifle_left.png',
'assets/images/player_rifle_up.png',
'assets/images/player_rifle.png',
'assets/images/spacebar.png',
'assets/images/worm_dead.png',
'assets/images/worm_idle.png',
'assets/images/worm_idle_glow2.png',
'assets/images/worm_intro.png',
'assets/images/wasd.png',
];
module.exports = images;