Skip to content

Commit

Permalink
Removed FontLoader submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbongard committed Jul 12, 2017
1 parent ad5a94a commit 2923138
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "external/pixi-shapes"]
path = external/pixi-shapes
url = [email protected]:GreyRook/pixi-shapes.git
[submodule "examples/example 13 - login dialog/lib/FontLoader"]
path = docs/examples/example 13 - login dialog/lib/FontLoader
url = [email protected]:smnh/FontLoader.git
7 changes: 3 additions & 4 deletions docs/examples/example 13 - login dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="js/IconTextInput.js"></script>
</head>
<body>
<script src="lib/FontLoader/FontLoader.js"></script>
<script src="lib/FontLoader.js"></script>
<script>

// load fontawesome first, see https://github.com/smnh/FontLoader/issues/2
Expand All @@ -35,6 +35,8 @@
// fontawesome loaded correctly
var theme = new GOWN.ThemeParser("../../themes/assets/aeon_desktop/aeon_desktop.json");
theme.once(GOWN.Theme.COMPLETE, onCompleteAeon, this);

GOWN.loader.load();
}

var app;
Expand All @@ -53,9 +55,6 @@
height: app._height
}});
}
GOWN.loader.load();


</script>

</body>
Expand Down
1 change: 0 additions & 1 deletion docs/examples/example 13 - login dialog/lib/FontLoader
Submodule FontLoader deleted from dab9c9
1,006 changes: 1,006 additions & 0 deletions docs/examples/example 13 - login dialog/lib/FontLoader.js

Large diffs are not rendered by default.

0 comments on commit 2923138

Please sign in to comment.