Added trash and trash hub scenes
This commit is contained in:
+1795
-5
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@ public class MyButton : MonoBehaviour, IPointerClickHandler, IPointerEnterHandle
|
||||
// references
|
||||
private OutlineFx.OutlineFx _outlineFx;
|
||||
|
||||
private void Awake()
|
||||
private void OnEnable()
|
||||
{
|
||||
if (!TryGetComponent(out Collider2D _))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user