Closed ObaniGemini closed 9 years ago
About 264e62b, I don't agree that the level is impossible. You just need to use the same bomb to destroy to barrels on the right, like this:
According to some feedback on the Godot forum though, it's not clear to players that you can grab one of the two flowers on the bottom by pushing a barrel over it: http://www.godotengine.org/forum/viewtopic.php?f=8&t=1858&start=20#p9314 This concept should probably be shown in the tutorial too.
@ObaniGemini: You should try to run
git pull --rebase https://github.com/KOBUGE-Games/minilens master
in your fork to get rid of those "Merge pull request" commits. If it works (checkgit log
), you can then force update your fork withgit push -f
, and it will cleanup this pull request.