Add: meat classes

This commit is contained in:
2019-12-09 11:10:33 +09:00
parent 1dc49cfb94
commit 36298d7621
7 changed files with 439 additions and 13 deletions
+4
View File
@@ -86,6 +86,10 @@ var Game = {
this.meatGroup.add(meat);
}
this.normalMeat = new NormalMeat();
// this.meatBase = new MeatBase();
// speech bubble
this.speechBubble = new SpeechBubble(game.world.centerX + 100, game.world.centerY - 160);
this.speechBubble.hideSpeechBubble();