From 7bb0fbf0b5724f9e454e837b05d7a14fdce4b26e Mon Sep 17 00:00:00 2001 From: Sihat Afnan <57033114+AfnanCSE98@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:06:29 +0600 Subject: [PATCH] Update peranaichill_running.py --- gamelib/peranaichill_running.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamelib/peranaichill_running.py b/gamelib/peranaichill_running.py index a9bf58e..c070980 100644 --- a/gamelib/peranaichill_running.py +++ b/gamelib/peranaichill_running.py @@ -29,7 +29,7 @@ class players(object): still = [pygame.image.load(os.path.join(char_path, "Idle__00" + str(x) + '.png')) for x in range(1, 10)] death = [pygame.image.load(os.path.join(char_path, "Dead__00" + str(x) + '.png')) for x in range(1, 10)] jump = [pygame.image.load(os.path.join(char_path, "Jump__00" + str(x) + '.png')) for x in range(1, 10)] - slide = [pygame.image.load(os.path.join(char_path, "slide__00" + str(x) + '.png')) for x in range(1, 10)] + slide = [pygame.image.load(os.path.join(char_path, "Slide__00" + str(x) + '.png')) for x in range(1, 10)] def __init__(self, x, y, width, height): self.x = x @@ -588,4 +588,4 @@ def main(): clock.tick(speed) -#main() \ No newline at end of file +#main()