-
Notifications
You must be signed in to change notification settings - Fork 2
/
Platformer2D.mgcb.manifest.js
59 lines (57 loc) · 2.39 KB
/
Platformer2D.mgcb.manifest.js
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// FIXME: Hand-authored :-(
if (typeof (contentManifest) !== "object") {
JSIL.GlobalNamespace.contentManifest = {};
};
contentManifest["Platformer2D.Content"] = [
["File", "Content/Backgrounds/Layer0_0.xnb"],
["File", "Content/Backgrounds/Layer0_1.xnb"],
["File", "Content/Backgrounds/Layer0_2.xnb"],
["File", "Content/Backgrounds/Layer1_0.xnb"],
["File", "Content/Backgrounds/Layer1_1.xnb"],
["File", "Content/Backgrounds/Layer1_2.xnb"],
["File", "Content/Backgrounds/Layer2_0.xnb"],
["File", "Content/Backgrounds/Layer2_1.xnb"],
["File", "Content/Backgrounds/Layer2_2.xnb"],
["File", "Content/Fonts/Hud.xnb"],
["File", "Content/Levels/0.txt"],
["File", "Content/Levels/1.txt"],
["File", "Content/Levels/2.txt"],
["File", "Content/Overlays/you_died.xnb"],
["File", "Content/Overlays/you_lose.xnb"],
["File", "Content/Overlays/you_win.xnb"],
["File", "Content/Sounds/ExitReached.xnb"],
["File", "Content/Sounds/GemCollected.xnb"],
["File", "Content/Sounds/MonsterKilled.xnb"],
["File", "Content/Sounds/Music.xnb"],
["File", "Content/Sounds/Music.ogg"],
["File", "Content/Sounds/PlayerFall.xnb"],
["File", "Content/Sounds/PlayerJump.xnb"],
["File", "Content/Sounds/PlayerKilled.xnb"],
["File", "Content/Sounds/Powerup.xnb"],
["File", "Content/Sprites/Gem.xnb"],
["File", "Content/Sprites/MonsterA/Idle.xnb"],
["File", "Content/Sprites/MonsterA/Run.xnb"],
["File", "Content/Sprites/MonsterB/Idle.xnb"],
["File", "Content/Sprites/MonsterB/Run.xnb"],
["File", "Content/Sprites/MonsterC/Idle.xnb"],
["File", "Content/Sprites/MonsterC/Run.xnb"],
["File", "Content/Sprites/MonsterD/Idle.xnb"],
["File", "Content/Sprites/MonsterD/Run.xnb"],
["File", "Content/Sprites/Player/Celebrate.xnb"],
["File", "Content/Sprites/Player/Die.xnb"],
["File", "Content/Sprites/Player/Idle.xnb"],
["File", "Content/Sprites/Player/Jump.xnb"],
["File", "Content/Sprites/Player/Run.xnb"],
["File", "Content/Sprites/VirtualControlArrow.xnb"],
["File", "Content/Tiles/BlockA0.xnb"],
["File", "Content/Tiles/BlockA1.xnb"],
["File", "Content/Tiles/BlockA2.xnb"],
["File", "Content/Tiles/BlockA3.xnb"],
["File", "Content/Tiles/BlockA4.xnb"],
["File", "Content/Tiles/BlockA5.xnb"],
["File", "Content/Tiles/BlockA6.xnb"],
["File", "Content/Tiles/BlockB0.xnb"],
["File", "Content/Tiles/BlockB1.xnb"],
["File", "Content/Tiles/Exit.xnb"],
["File", "Content/Tiles/Platform.xnb"]
];