Added resources for code skeleton
authorNils Forssén <nilfo359@student.liu.se>
Thu, 9 Nov 2023 12:32:48 +0000 (13:32 +0100)
committerNils Forssén <nilfo359@student.liu.se>
Thu, 9 Nov 2023 12:32:48 +0000 (13:32 +0100)
resources/fonts/font.ttf [new file with mode: 0644]
resources/images/balls.png [new file with mode: 0644]
src/_main.cc

diff --git a/resources/fonts/font.ttf b/resources/fonts/font.ttf
new file mode 100644 (file)
index 0000000..f578602
Binary files /dev/null and b/resources/fonts/font.ttf differ
diff --git a/resources/images/balls.png b/resources/images/balls.png
new file mode 100644 (file)
index 0000000..64d163a
Binary files /dev/null and b/resources/images/balls.png differ
index 18dde64c24d5d18d76c535edf0beed6d0be1cf2a..cdb5dcd45fc0de77800c0394d684889e4308e49c 100644 (file)
@@ -3,7 +3,7 @@
  * 
  * All spelkod bör köras från denna fil och denna fil enbart.
 */
-/*
+
 #include "Game.h"
 #include "constants.h"
 
@@ -14,4 +14,3 @@ int main ()
     Game g { "Example Program", screen_width, screen_height };
     g.start ();
 }
-*/
\ No newline at end of file