Skip to content

Commit

Permalink
Ispravka gitignore fajla i brisanje kesha
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolsic committed Mar 29, 2024
1 parent 8750ba2 commit 1b49356
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__pycache__
__pycache__/
2 changes: 1 addition & 1 deletion Projekat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
while running:
x, y = pygame.mouse.get_pos()
for event in pygame.event.get():
if (event.type == pygame.KEYDOWN and event.key == pygame.K_u) or event.type==pygame.QUIT:
if (event.type == pygame.KEYDOWN and event.key == pygame.K_u) or (event.type==pygame.QUIT):
running = False
if event.type == pygame.KEYDOWN and event.key == pygame.K_w:
window_menager.add_prozor()
Expand Down
Binary file removed __pycache__/Klase.cpython-310.pyc
Binary file not shown.

0 comments on commit 1b49356

Please sign in to comment.