From 037b85289bf45f4c5a7d73940c30f020d1149ef8 Mon Sep 17 00:00:00 2001 From: Willem Cazander Date: Sun, 6 Feb 2022 00:11:24 +0100 Subject: [PATCH] placed text better --- .../love/distributedrebirth/gdxapp/matrix4d/ScreenMatrix4D.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo4d-gdxapp/src/main/love/distributedrebirth/gdxapp/matrix4d/ScreenMatrix4D.java b/demo4d-gdxapp/src/main/love/distributedrebirth/gdxapp/matrix4d/ScreenMatrix4D.java index 416eb53d..8321ff33 100644 --- a/demo4d-gdxapp/src/main/love/distributedrebirth/gdxapp/matrix4d/ScreenMatrix4D.java +++ b/demo4d-gdxapp/src/main/love/distributedrebirth/gdxapp/matrix4d/ScreenMatrix4D.java @@ -51,7 +51,7 @@ public class ScreenMatrix4D extends Demo4DMainAdapter { public SpriteBatch spriteBatch; /** World-space position of the text. (Corner of the cube.) */ - public Vector3 textPosition = new Vector3(2.5f, 2.5f, 2.5f); + public Vector3 textPosition = new Vector3(6.5f, 10.5f, 5.5f); //endregion private float colorDeltaTime = 0f;