File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Ludum Dare 44!
2
2
3
+ Crafty JS Docs:
4
+ - [ http://craftyjs.com/api/Collision.html#-collision ] (
5
+ http://craftyjs.com/api/Collision.html#-collision )
6
+
7
+
3
8
Available here:
4
- https://s3-eu-west-1.amazonaws.com/ludum-dare-44/master/index.html ] (
9
+ - [ https://s3-eu-west-1.amazonaws.com/ludum-dare-44/master/index.html ] (
5
10
https://s3-eu-west-1.amazonaws.com/ludum-dare-44/master/index.html )
Original file line number Diff line number Diff line change
1
+
2
+ //
3
+ var gameAssets = { } ;
Original file line number Diff line number Diff line change 15
15
</ style >
16
16
17
17
< script type ="text/javascript " src ="https://rawgithub.com/craftyjs/Crafty/release/dist/crafty-min.js "> </ script >
18
+ < script type ="text/javascript " src ="assets.js "> </ script >
18
19
< script type ="text/javascript " src ="scenes/loading.js "> </ script >
19
20
< script type ="text/javascript " src ="scenes/game.js "> </ script >
20
21
< script type ="text/javascript " src ="main.js "> </ script >
You can’t perform that action at this time.
0 commit comments