aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--examples/simplegame/main.cpp (renamed from tests/simplegame.cpp)0
-rw-r--r--tests/spritesheet/floor_atlas.json (renamed from tests/resources/floor_atlas.json)0
-rw-r--r--tests/spritesheet/floor_atlas.png (renamed from tests/resources/floor_atlas.png)bin234876 -> 234876 bytes
-rw-r--r--tests/spritesheet/test.cpp (renamed from tests/spritesheettest.cpp)0
5 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 6f1908ca..1cac6ea5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,7 +4,7 @@
branch = master
[submodule "external/glad"]
path = external/glad
- url = git@github.com:ymherklotz/glad.git
+ url = https://github.com/ymherklotz/glad.git
branch = master
[submodule "external/glfw"]
path = external/glfw
diff --git a/tests/simplegame.cpp b/examples/simplegame/main.cpp
index 04d63ec0..04d63ec0 100644
--- a/tests/simplegame.cpp
+++ b/examples/simplegame/main.cpp
diff --git a/tests/resources/floor_atlas.json b/tests/spritesheet/floor_atlas.json
index ff9f0aa1..ff9f0aa1 100644
--- a/tests/resources/floor_atlas.json
+++ b/tests/spritesheet/floor_atlas.json
diff --git a/tests/resources/floor_atlas.png b/tests/spritesheet/floor_atlas.png
index 61a5e90a..61a5e90a 100644
--- a/tests/resources/floor_atlas.png
+++ b/tests/spritesheet/floor_atlas.png
Binary files differ
diff --git a/tests/spritesheettest.cpp b/tests/spritesheet/test.cpp
index fcfc842c..fcfc842c 100644
--- a/tests/spritesheettest.cpp
+++ b/tests/spritesheet/test.cpp