added dumb group stuff why pygame

This commit is contained in:
specCon18 2025-01-15 00:29:22 -05:00
parent 703023c019
commit 9365e50c64
2 changed files with 16 additions and 2 deletions

View file

@ -3,6 +3,9 @@ import constants
import pygame
class Player(circleshape.CircleShape):
containers = []
def __init__(self,x,y):
super().__init__(x,y,constants.PLAYER_RADIUS)
self.rotation = 0