Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spaceship
#14
Thanks
(Aug-06-2021, 07:53 PM)SheeppOSU Wrote:
(Jul-26-2021, 07:15 AM)abscorpy Wrote: Here is the link for the Github Repo

https://github.com/abscorpy/Spaceship

Cheers

If the file structure looks like this then pygame.image.load('spaceship_yellow.png') should work. When doing pygame.image.load(os.path.join('First_Game', 'spaceship_yellow.png')) Python is looking for a directory named First_Game within the root directory, or directory the main python file is running from. Since there is no such directory within the root directory, it throws an error.
Reply


Messages In This Thread
Spaceship - by abscorpy - May-06-2021, 07:05 PM
RE: Spaceship - by BashBedlam - May-06-2021, 10:16 PM
RE: Spaceship - by abscorpy - May-11-2021, 09:08 PM
RE: Spaceship - by metulburr - May-08-2021, 11:37 PM
RE: Spaceship - by BashBedlam - May-12-2021, 02:26 PM
RE: Spaceship - by Windspar - May-15-2021, 01:49 PM
RE: Spaceship - by abscorpy - May-22-2021, 11:25 AM
RE: Spaceship - by SheeppOSU - May-24-2021, 09:56 PM
RE: Spaceship - by BashBedlam - Jun-01-2021, 02:24 PM
RE: Spaceship - by abscorpy - Jul-23-2021, 09:25 AM
RE: Spaceship - by metulburr - Jul-23-2021, 07:00 PM
RE: Spaceship - by abscorpy - Jul-26-2021, 07:15 AM
RE: Spaceship - by SheeppOSU - Aug-06-2021, 07:53 PM
RE: Spaceship - by abscorpy - Aug-07-2021, 11:25 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020