Skip to content

Commit fc714f7

Browse files
committed
Code Cleanup
1 parent e8c39d0 commit fc714f7

File tree

113 files changed

+44
-9657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+44
-9657
lines changed

Assets/Materials/LineMat.mat

Lines changed: 0 additions & 77 deletions
This file was deleted.

Assets/Materials/LineMat.mat.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Materials/UI.mat

Lines changed: 0 additions & 77 deletions
This file was deleted.

Assets/Materials/UI.mat.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

Assets/Scripts/CropSizeManager.cs renamed to Assets/Scripts/Managers/CropSizeManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
using System.Collections.Generic;
33
using UnityEngine;
44
using UnityEngine.UI;
5-
using TMPro;
65

76
public class CropSizeManager : MonoBehaviour
87
{
98
public static CropSizeManager Instance;
109

1110
public ToggleGroup sizeToggleGroup;
12-
public TextMeshProUGUI currentDimmText;
11+
public Text currentDimmText;
1312
public GameObject itemPrefab;
1413
public Transform itemSpawnParent;
1514

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)