Skip to content

Commit

Permalink
Update scene.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy354 authored Oct 22, 2022
1 parent b9da54e commit 2d7d349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
def setup(self):
self.ground = Generic(
pos=(0, 0),
surf=import_folder(PATH_WORLD)[1],
surf=import_folder(PATH_WORLD)[0],
groups=self.all_sprites,
z=LAYERS["ground"]
)
Expand Down

0 comments on commit 2d7d349

Please sign in to comment.