My 12 year old son is working on a Five Nights At Freddy’s inspired game called “Kookoo’s Daycare”. Recently we encountered this message and lost all the blocks. He is crushed.
Fortunately, we have the whole thing git-tracked. Can someone help us fix this?
The repo is under his github account:
I can go back in time and recover our work, but we’re nervous about making any further changes.
origin/master is in the failed condition, origin/GoingBackInTime basically just reverts it to a recovered state.
Any help you can provide would be greatly appreciated!
Thank you for your help. I really appreciate your efforts. How did you fix it? Unfortunately, it still isn’t quite working. The markers for images, for example: imgmyTile21 is in error.
I can go back to a previous commit and recover nearly everything except for three of the sprite images he was creating.
I think the root cause is the way he’s loading sprites into the tile map using special markers. Something isn’t working with that. For me, all I get is “oops something went wrong” - no compile errors, nothing to go on.
Anyways, I really appreciate all your help. I will continue working on this!