Added trash and trash hub scenes

master
cblech 1 year ago
parent 55f55ec3f9
commit 98d778706d

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 _))
{

Loading…
Cancel
Save