Commit ed3488ad by BellCodeEditor

auto save

parent 01d8b3e0
Showing with 9 additions and 0 deletions
basic_font = pygame.font.Font('STKATTI.TTF,18')
import pygame
from pygame import locals
score_audio = pygame.mixer.sound('score.wav')
basic_font = pygame.font.Font("STKATTI.TTF,18")
sprite.rect.x -= 8
screen.blit(sprite.image, (sprite.rect.x, sprite.rect.y))
if sprite.rect.x <= 0-sprite.rect.width:
sprite.kill()
\ 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