Added trash and trash hub scenes

This commit is contained in:
cblech
2025-01-04 18:19:10 +01:00
parent 55f55ec3f9
commit 98d778706d
2 changed files with 1796 additions and 6 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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 _))
{