Commit 8e8ed395 by BellCodeEditor

save project

parent 6b1fbc15
Showing with 23 additions and 2 deletions
import pygame
import sys
import random
WINDOW_WIDTH = 600
WINDOW_HEIGHT = 900
PINK = (255,0,255)
BLACK = (0,0,0)
class player(pygame.sprite.sprite):
def _init_(self):
super()._init_()
self.image = pygame.image.load("player.png).convert_alpha()
self.rect = self.image.get_rect()
\ No newline at end of file
import wordcloud
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment