Fix: ChocoButton content vertical align

This commit is contained in:
2019-07-25 15:01:44 +09:00
parent c5ddd81e7d
commit 5ca6bd07bb
7 changed files with 187 additions and 85 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ WebFontConfig = {
// 'active' means all requested fonts have finished loading
// We set a 1 second delay before calling 'createText'.
// For some reason if we don't the browser cannot render the text the first time it's created.
active: function() { game.time.events.add(Phaser.Timer.SECOND * 0, fontLoaded, this); },
active: function() { game.time.events.add(Phaser.Timer.SECOND * 0.1, fontLoaded, this); },
// The Google Fonts we want to load (specify as many as you like in the array)
google: {