* Disable demo mode. The default version will now be the enhanced version.

This commit is contained in:
iProgramInCpp
2023-07-31 10:18:09 +03:00
parent 5e739f3d5b
commit 8b924022e3
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,6 @@
//#define TEST_DROPPED_ITEMS // Allow dropped items to be dropped and collected.
// Toggle Demo Mode
#define DEMO
//#define DEMO
#endif

View File

@@ -5,6 +5,8 @@ via binary reverse engineering.
An Android build will come soon.
### The default build is **enhanced**. If you want the original experience, comment every define and uncomment the demo define from GameMods.hpp.
* Note: The original mcpe01_canada.apk does not work on newer Android devices. A port of this likely will.
Eventually, I plan on creating a new repository, `mcpe01_canada`, which will include just the port of the Canada demo.