slambb пре 11 месеци
родитељ
комит
cb00b646bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Assets/BowArrow/InfraredCamera/InfraredDemo.cs

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

@@ -105,7 +105,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-20241227-1422-5-1", labelFont);
+        GUI.Label(new Rect(Screen.width / 100, Screen.height / 100, 100, 100), "game-20250122-1422-5-1", labelFont);
     }
 
     void Update()