opencodenitr / hephaestus

A repository for small automation/crazy/game projects by the OpenCode
Apache License 2.0
6 stars 9 forks source link

assets folder is missing #8

Closed ddrm86 closed 3 years ago

ddrm86 commented 3 years ago

It looks like the game needs an assets folder that is currently missing from the repository:

Traceback (most recent call last):
  File "C:/Users/sotan/PycharmProjects/hephaestus/Star Wars Lite/main.py", line 6, in <module>
    from structs import elements, root, sprites
  File "C:\Users\sotan\PycharmProjects\hephaestus\Star Wars Lite\structs\elements.py", line 6, in <module>
    from structs import sprites
  File "C:\Users\sotan\PycharmProjects\hephaestus\Star Wars Lite\structs\sprites.py", line 7, in <module>
    ENEMY0 = pygame.image.load(r"assets\enemy1.png")
pygame.error: Couldn't open assets\enemy1.png

Process finished with exit code 1
007vedant commented 3 years ago

Hi @ddrm86, I have added the assets directory to the game repo via PR #9 . Please pull from the main. Meanwhile, I'll assign the other issue to you.