File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,13 @@ public static void WatchStep()
5050 {
5151 regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . text = "ii's Stupid Menu" ;
5252 if ( doCustomName )
53- {
5453 regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . text = customMenuName ;
55- }
54+
5655 regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . text += "\n <color=grey>" + Mathf . Ceil ( 1f / Time . unscaledDeltaTime ) . ToString ( ) + " FPS\n " + DateTime . Now . ToString ( "hh:mm tt" ) + "</color>" ;
5756 regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . color = titleColor ;
5857
5958 if ( lowercaseMode )
60- {
6159 regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . text = regwatchText . GetComponent < UnityEngine . UI . Text > ( ) . text . ToLower ( ) ;
62- }
6360 }
6461
6562 public static void WatchOff ( )
@@ -796,7 +793,7 @@ public static void EnableRemoveLeaves()
796793 for ( int i = 0 ; i < GameObject . Find ( "Environment Objects/LocalObjects_Prefab/Forest" ) . transform . childCount ; i ++ )
797794 {
798795 GameObject v = GameObject . Find ( "Environment Objects/LocalObjects_Prefab/Forest" ) . transform . GetChild ( i ) . gameObject ;
799- if ( v . name . Contains ( "UnityTempFile-4f6bc14644d5bb94bb5bd62b808a44e0 " ) )
796+ if ( v . name . Contains ( "UnityTempFile-316a4ac5db8e4184086d5d87e66948b2 " ) )
800797 {
801798 v . SetActive ( false ) ;
802799 leaves . Add ( v ) ;
@@ -818,7 +815,7 @@ public static void EnableStreamerRemoveLeaves()
818815 for ( int i = 0 ; i < GameObject . Find ( "Environment Objects/LocalObjects_Prefab/Forest" ) . transform . childCount ; i ++ )
819816 {
820817 GameObject v = GameObject . Find ( "Environment Objects/LocalObjects_Prefab/Forest" ) . transform . GetChild ( i ) . gameObject ;
821- if ( v . name . Contains ( "UnityTempFile-4f6bc14644d5bb94bb5bd62b808a44e0 " ) )
818+ if ( v . name . Contains ( "UnityTempFile-316a4ac5db8e4184086d5d87e66948b2 " ) )
822819 {
823820 v . layer = 16 ;
824821 leaves . Add ( v ) ;
You can’t perform that action at this time.
0 commit comments