What's new:
1. Added audio for picking up mystery cores.
2. Retain changes to the map when destructing the map data.
3. Modify the flow of the Mystic Core achievement.
4. After the character dies, the game over character is displayed permanently on the main screen.
5. Add an English font and a Chinese font.
6. Fixed the issue that there were occasional blocks in the map that could not be moved.
Game engine updates:
1. Draw module to optimize the intuitiveness of the console map data debugging function.
2. Added an extended map replacement interface to the map module.
3. The map module expands the map structure and adds a string data acquisition interface.
4. Transfer the service module definition to the source file.
5. The project removes the 32-bit build option.
6. Add language setting enumeration to the font module.
7. Map module: Fixed the problem that the newly added map unit failed to build the connection due to its length.
8. Map module construction, connection function efficiency optimization.
9. The single connection interface of the map module no longer returns the serial number of the connected object.
10. Font vertex shader font transform matrix uses a fixed position.
11. The font module adds font enumeration and stores the font path inside the class.
12. The font module adds the function of initializing the font by enumeration.
13. The stock component is inherited from the engine base class instead.
14. The Draw module Update Vertex Data feature has been moved out of the Reload Map feature.
15. Draw module reloads the map interface to move to the map module.
16. Increase the number of variable storage map display units in the drawing module.
17. The enclosure has an independent operation mode.
18. Random module modifies the name of the internal variable.
19. Add a name acquisition function to the basic class of the engine.
20. The map module optimizes the interface for enumerating and setting the display matrix.
21. Add additive overload to the coordinate base class and coordinate template class.
22. The input module simplifies the numerical calculation part of the detection input function.