mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
add the fonts
This commit is contained in:
parent
131e14644a
commit
7e89808e70
5 changed files with 1 additions and 1 deletions
BIN
data/tmp/font/Arial Bold.bfnt
Normal file
BIN
data/tmp/font/Arial Bold.bfnt
Normal file
Binary file not shown.
BIN
data/tmp/font/DomCasualD.bfnt
Normal file
BIN
data/tmp/font/DomCasualD.bfnt
Normal file
Binary file not shown.
BIN
data/tmp/font/EXPON.bfnt
Normal file
BIN
data/tmp/font/EXPON.bfnt
Normal file
Binary file not shown.
BIN
data/tmp/font/arial.bfnt
Normal file
BIN
data/tmp/font/arial.bfnt
Normal file
Binary file not shown.
|
|
@ -130,7 +130,7 @@ class ManifestEntry extends FileEntry {
|
||||||
if (onReady != null)
|
if (onReady != null)
|
||||||
haxe.Timer.delay(onReady, 1);
|
haxe.Timer.delay(onReady, 1);
|
||||||
} else {
|
} else {
|
||||||
this.loadPromise = js.Browser.window.fetch(file).then((res:js.html.Response) -> {
|
js.Browser.window.fetch(file).then((res:js.html.Response) -> {
|
||||||
return res.arrayBuffer();
|
return res.arrayBuffer();
|
||||||
}).then((buf:js.lib.ArrayBuffer) -> {
|
}).then((buf:js.lib.ArrayBuffer) -> {
|
||||||
loaded = true;
|
loaded = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue