From: lbcmk <30442978+lbcmk@users.noreply.github.com> Date: Sun, 10 Jul 2022 02:51:03 +0000 (-0400) Subject: Merge branch 'main' of https://github.com/Skullheadx/Pygame-Jam X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.css?a=commitdiff_plain;h=60d6a5981978a8d0cb0c9bf6a6a8119a91765e9f;p=Pygame-Jam.git Merge branch 'main' of https://github.com/Skullheadx/Pygame-Jam --- 60d6a5981978a8d0cb0c9bf6a6a8119a91765e9f diff --cc Game.py index ebe6b6c,fcc729b..40b1256 --- a/Game.py +++ b/Game.py @@@ -60,9 -56,9 +60,12 @@@ class Game def draw(self, surf): screen.fill((0, 191, 255)) + + self.Transition.draw(surf, 120, 625) + + # screen.fill((255,255,255)) + # sky = pg.image.load("Assets/world/SKY.png") + # surf.blit(sky,(0,0)) self.world.draw(surf) for enemy in self.enemies: enemy.draw(surf)