-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsprites-single.js
More file actions
15 lines (14 loc) · 920 Bytes
/
sprites-single.js
File metadata and controls
15 lines (14 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = [
// [256,256, 'painting/paintings_kristoffer_zetterstrand.png','art/kz.png'],
// [16,16, 'blocks/destroy_stage_0.png', 'textures/destroy_stage_0.png'],
// [16,16, 'blocks/destroy_stage_1.png', 'textures/destroy_stage_1.png'],
// [16,16, 'blocks/destroy_stage_2.png', 'textures/destroy_stage_2.png'],
// [16,16, 'blocks/destroy_stage_3.png', 'textures/destroy_stage_3.png'],
// [16,16, 'blocks/destroy_stage_4.png', 'textures/destroy_stage_4.png'],
// [16,16, 'blocks/destroy_stage_5.png', 'textures/destroy_stage_5.png'],
// [16,16, 'blocks/destroy_stage_6.png', 'textures/destroy_stage_6.png'],
// [16,16, 'blocks/destroy_stage_7.png', 'textures/destroy_stage_7.png'],
// [16,16, 'blocks/destroy_stage_8.png', 'textures/destroy_stage_8.png'],
// [16,16, 'blocks/destroy_stage_9.png', 'textures/destroy_stage_9.png'],
// [64,32, 'entity/zombie/zombie.png', 'mob/zombie.png'],
]