Add: prepare html and basic js files

This commit is contained in:
2019-01-02 22:34:28 +09:00
parent 9238d4daa7
commit 7434a43fd0
7 changed files with 382 additions and 0 deletions
+5
View File
@@ -45,5 +45,10 @@ HeartGauge.prototype.updateHearts = function() {
}
}
HeartGauge.loadResources = function() {
game.load.image('heart_full', '../../../resources/image/ui/heart_full.png');
game.load.image('heart_empty', '../../../resources/image/ui/heart_empty.png');
}
HeartGauge.GAP = 35;
HeartGauge.HEART_SCALE = 0.6;