ReMinecraftPE / mcpe

ReMinecraftPE - A custom experience based on Minecraft PE as of 2011.
https://discord.gg/UKGhuKNmFu
Other
308 stars 47 forks source link

The Big CMake + MinGW + Sound PR #127

Open TheBrokenRail opened 2 weeks ago

TheBrokenRail commented 2 weeks ago

This PR:

iProgramMC commented 2 weeks ago

Also worth noting that I don't really like giant PRs. Which is why I ask that you create separate PRs for different changes from now on.

TheBrokenRail commented 2 weeks ago

Yeah, sorry about that. I got a bit carried away (clearly).

TheBrokenRail commented 2 weeks ago

Also, I added tools/extract_apk.py. It just calls grabsounds,py and extracts the other assets to game/assets. I mainly created it because I got annoyed with having to figure out how to merge-copy the game assets into game/assets. It also shows a file chooser if you run it by itself, which should make it easier to use for beginners.