Skip to content
Open

test #195

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entities/Mario.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
spriteCollection["mario_big_jump"].image,
)


#hey there?
class Mario(EntityBase):
def __init__(self, x, y, level, screen, dashboard, sound, gravity=0.8):
super(Mario, self).__init__(x, y, gravity)
Expand Down