From 2d7d34990f2f4b08bb5de89b8ff9b664f1a40250 Mon Sep 17 00:00:00 2001 From: Romulus <33386148+jhy354@users.noreply.github.com> Date: Sat, 22 Oct 2022 15:11:47 +0800 Subject: [PATCH] Update scene.py --- scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.py b/scene.py index b6f4a81..c61b9fe 100644 --- a/scene.py +++ b/scene.py @@ -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"] )