Skip to content

Commit

Permalink
Fixed unknown name issue #10 (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternielsen112 committed Nov 15, 2021
1 parent 29d0f28 commit 79847fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import pygame
import sys
import time
from pgzero.builtins import Actor # , animate, keyboard
from pgzero.builtins import Actor, keyboard

# Constants
WIDTH = 585
Expand Down

0 comments on commit 79847fa

Please sign in to comment.