This commit is contained in:
Dan Buch
2015-05-14 18:59:07 -04:00
parent 70a169c5c6
commit 62b889772c
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Game = {
start: function() {
Crafty.init(480, 320);
Crafty.background('green');
}
}