Some changes in classes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import pygame
|
||||
|
||||
#Statics
|
||||
spawned_enemys = list()
|
||||
|
||||
class GameObject(object):
|
||||
objects = list()
|
||||
def __init__(self, name, pos_x, pos_y, width, height, image=None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user