diff options
Diffstat (limited to 'src/resources.cpp')
| -rw-r--r-- | src/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.cpp b/src/resources.cpp index 9d1834a..27b860d 100644 --- a/src/resources.cpp +++ b/src/resources.cpp @@ -6,7 +6,7 @@ namespace Resources { static std::unordered_map<std::string, std::string> textureFiles = { - {"ship", "./assets/textures/spaceShooter2_spritesheet_2X.png"} + {"kenneySpaceShooter", "./assets/textures/spaceShooter2_spritesheet_2X.png"} }; static std::unordered_map<std::string, Texture> textures; Texture useTexture(std::string id) { |
