17600099689 11 hónapja
szülő
commit
7609416385
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Assets/BowArrow/InfraredCamera/InfraredDemo.cs

+ 1 - 1
Assets/BowArrow/InfraredCamera/InfraredDemo.cs

@@ -103,7 +103,7 @@ public class InfraredDemo : JCUnityLib.ViewBase
         GUIStyle labelFont = new GUIStyle();
         labelFont.normal.textColor = new Color(1, 0.6f, 0.6f);
         labelFont.fontSize = Mathf.CeilToInt(Screen.height * 0.03f);
-        GUI.Label(new Rect(Screen.width / 100, Screen.height / 100, 100, 100), "game-20241204-1814-5-1", labelFont);
+        GUI.Label(new Rect(Screen.width / 100, Screen.height / 100, 100, 100), "game-20241207-1224-5-1", labelFont);
     }
 
     void Update()