Unbewohnte
4 years ago
6 changed files with 43 additions and 45 deletions
@ -1,9 +0,0 @@
|
||||
import pygame |
||||
|
||||
############ imgs for player-enemy(self,bullet), surfaces |
||||
bullet_image = pygame.image.load('pics/second_bullet.png') |
||||
enemy_bul_img = pygame.image.load('pics/bullet.png') |
||||
enemy_image = pygame.image.load('pics/32x64.png') |
||||
player_image = pygame.image.load('pics/32x64.png') |
||||
timesurf_image = pygame.image.load('pics/timesurf.png') |
||||
############ |
@ -0,0 +1,16 @@
|
||||
import pygame |
||||
############ |
||||
bullet_image = pygame.image.load('pics/second_bullet.png') |
||||
enemy_bul_img = pygame.image.load('pics/bullet.png') |
||||
enemy_image = pygame.image.load('pics/32x64.png') |
||||
player_image = pygame.image.load('pics/32x64.png') |
||||
timesurf_image = pygame.image.load('pics/timesurf.png') |
||||
logo = pygame.image.load('pics/logo.png') |
||||
############ |
||||
window_caption = 'Healthless' |
||||
gamefont = 'freesansbold.ttf' |
||||
############ |
||||
windowX = 832 |
||||
windowY = 832 |
||||
############ |
||||
DEBUG = False |
Loading…
Reference in new issue