This commit is contained in:
RochesterX
2025-04-16 19:57:54 -04:00
parent 5dee952cad
commit 6b7dbea593
2474 changed files with 244001 additions and 14116 deletions

View File

@@ -1,6 +1,7 @@
using System.Collections;
using UnityEngine;
using UnityEngine; using Game; using Music; using Player;
namespace Archaic{
public class PongBallBehavior : MonoBehaviour
{
public static Vector2 score; // Don't ask why I made the score a Vector, I just felt like it
@@ -53,3 +54,4 @@ public class PongBallBehavior : MonoBehaviour
}
}
}
}