Fixed unicode4d
This commit is contained in:
parent
7e7ec9ea58
commit
f0de4f3a9b
|
@ -106,7 +106,9 @@ public class GDXAppTos4BootFactory {
|
||||||
"love.distributedrebirth.numberxd.base2t.type,"+
|
"love.distributedrebirth.numberxd.base2t.type,"+
|
||||||
"love.distributedrebirth.numberxd.base2t.typexl,"+
|
"love.distributedrebirth.numberxd.base2t.typexl,"+
|
||||||
"love.distributedrebirth.numberxd.glyph,"+
|
"love.distributedrebirth.numberxd.glyph,"+
|
||||||
"love.distributedrebirth.numberxd.x4o"
|
"love.distributedrebirth.numberxd.x4o,"+
|
||||||
|
"love.distributedrebirth.unicode4d,"+
|
||||||
|
"love.distributedrebirth.unicode4d.atlas"
|
||||||
); // ; version=1.0.0
|
); // ; version=1.0.0
|
||||||
|
|
||||||
if (cachedir != null) {
|
if (cachedir != null) {
|
||||||
|
|
|
@ -90,6 +90,8 @@
|
||||||
love.distributedrebirth.numberxd.base2t.typexl,
|
love.distributedrebirth.numberxd.base2t.typexl,
|
||||||
love.distributedrebirth.numberxd.glyph,
|
love.distributedrebirth.numberxd.glyph,
|
||||||
love.distributedrebirth.numberxd.x4o,
|
love.distributedrebirth.numberxd.x4o,
|
||||||
|
love.distributedrebirth.unicode4d,
|
||||||
|
love.distributedrebirth.unicode4d.atlas
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>love.distributedrebirth.gdxapp4d.vrgem4.service</Export-Package>
|
<Export-Package>love.distributedrebirth.gdxapp4d.vrgem4.service</Export-Package>
|
||||||
<Private-Package>love.distributedrebirth.gdxapp4d.vrgem4.*</Private-Package>
|
<Private-Package>love.distributedrebirth.gdxapp4d.vrgem4.*</Private-Package>
|
||||||
|
|
Loading…
Reference in a new issue