1
Fork 0

Removed image location variables, stored in textures now

This commit is contained in:
Jake Howard 2015-04-18 16:32:51 +01:00
parent 74a440e2be
commit 2110f2217f
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
import pygame
IMAGE_LOCATION = "bullet.png"
class Bullet(pygame.sprite.Sprite):
def __init__(self, parent):

View File

@ -1,7 +1,5 @@
import pygame
IMAGE_LOCATION = "player.png"
class Shooter(pygame.sprite.Sprite):
def __init__(self, color=(30,0,150), width=64, height=64):