rev 0.4, dev panel

This commit is contained in:
2026-02-05 06:32:52 +05:30
parent 803e186bcc
commit df77848ca5
19 changed files with 3635 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ public class Goal : MonoBehaviour
Debug.Log("Puck goal", gameObject);
Puck puck = collision.gameObject.GetComponent<Puck>();
Debug.Log(puck.name);
puck.ScheduleReset();
puck.ScheduleReset(collision.transform.position);
}
}