Add: prepare html and basic js files
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user