summaryrefslogtreecommitdiffhomepage
path: root/src/resources.cpp
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-04 20:50:42 -0400
committerrealtradam <[email protected]>2022-11-04 20:50:42 -0400
commite35ff8879409dae845371be867ca76a1cf78cf7f (patch)
tree32f6a08550e38f5482ba9b98f43b96afb45b5aa0 /src/resources.cpp
parentf32e06ab49889b50bba195729af19d3bc878f976 (diff)
downloadorbital_game-e35ff8879409dae845371be867ca76a1cf78cf7f.tar.gz
orbital_game-e35ff8879409dae845371be867ca76a1cf78cf7f.zip
started physics
Diffstat (limited to 'src/resources.cpp')
-rw-r--r--src/resources.cpp2
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) {