added dumb group stuff why pygame
This commit is contained in:
parent
703023c019
commit
9365e50c64
2 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue