The splash image seems to be missing from the repo and thus the project will not build so long as it tries to load it. Remember to add the Content folder to your commit. Same thing happened for the timerFont, I changed it to use score font so it would build. Git was giving me troubles with conflicts when trying to push my changes, and it ended up adding some haxadecimal character that had to be cleaned up after doing a commit -a.
Definitely my fault, I apologize. I plan on working the game more tonight, but I can't seem to find the new solution on the new implementations of the game. How do I approach this situation?
The splash image seems to be missing from the repo and thus the project will not build so long as it tries to load it. Remember to add the Content folder to your commit. Same thing happened for the timerFont, I changed it to use score font so it would build. Git was giving me troubles with conflicts when trying to push my changes, and it ended up adding some haxadecimal character that had to be cleaned up after doing a commit -a.