From f0de4f3a9b0a2b5712b5bc4925fe6e68f77ef27c Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 1 Mar 2022 19:38:14 +0100 Subject: [PATCH] Fixed unicode4d --- .../gdxapp4d/tos4/GDXAppTos4BootFactory.java | 4 +++- gdxapp4d-vrgem4/pom.xml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java b/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java index 63d60810..b97bff1f 100644 --- a/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java +++ b/gdxapp4d-tos4/src/main/java/love/distributedrebirth/gdxapp4d/tos4/GDXAppTos4BootFactory.java @@ -106,7 +106,9 @@ public class GDXAppTos4BootFactory { "love.distributedrebirth.numberxd.base2t.type,"+ "love.distributedrebirth.numberxd.base2t.typexl,"+ "love.distributedrebirth.numberxd.glyph,"+ - "love.distributedrebirth.numberxd.x4o" + "love.distributedrebirth.numberxd.x4o,"+ + "love.distributedrebirth.unicode4d,"+ + "love.distributedrebirth.unicode4d.atlas" ); // ; version=1.0.0 if (cachedir != null) { diff --git a/gdxapp4d-vrgem4/pom.xml b/gdxapp4d-vrgem4/pom.xml index 514cbd8c..f857f45d 100644 --- a/gdxapp4d-vrgem4/pom.xml +++ b/gdxapp4d-vrgem4/pom.xml @@ -90,6 +90,8 @@ love.distributedrebirth.numberxd.base2t.typexl, love.distributedrebirth.numberxd.glyph, love.distributedrebirth.numberxd.x4o, + love.distributedrebirth.unicode4d, + love.distributedrebirth.unicode4d.atlas love.distributedrebirth.gdxapp4d.vrgem4.service love.distributedrebirth.gdxapp4d.vrgem4.*