You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ There are three optional parameter items `save`, `music` and `title`. The method
45
45
46
46
### V2.4
47
47
48
+
#### V2.4.3
49
+
50
+
1. Added a new file `settings.h`, which extracts the problem of option settings separately, and has some minor optimizations and updates to the display interface.
51
+
48
52
#### V2.4.2
49
53
50
54
1. Fixed command line issues, see command line parameters for details.
@@ -57,13 +61,13 @@ There are three optional parameter items `save`, `music` and `title`. The method
57
61
58
62
2. Fixed the issue of read-only corruption in `MapReader`.
59
63
60
-
3. Add a command line parameter that allows you to modify the title by specifying '-title=' on the command line (provided an archive file is passed in first), such as `main.exe data.mymap -title=FirstMap`. When displaying the title, your title will be attached, in the form of `我的地图(My-Map)FirstMap'. Please note that the title cannot have spaces. (Not actually installed)
64
+
3. Add a command line parameter that allows you to modify the title by specifying `-title=` on the command line (provided an archive file is passed in first), such as `main.exe data.mymap -title=FirstMap`. When displaying the title, your title will be attached, in the form of `我的地图(My-Map)FirstMap`. Please note that the title cannot have spaces. (Not actually installed)
61
65
62
66
#### V2.4.0
63
67
64
-
1. A new folder 'example' has been added, where you can view examples of the 'mymap' file. We strongly recommend trying to pass the 'maze. mymap' level. This file utilizes some bugs, but I will make it a setting in future technical adjustments. You can wait for it!
68
+
1. A new folder `example` has been added, where you can view examples of the `mymap` file. We strongly recommend trying to pass the `maze. mymap` level. This file utilizes some bugs, but I will make it a setting in future technical adjustments. You can wait for it!
65
69
66
-
2.'init. h' has been deprecated and its functionality has been decomposed into 'Screen. h' and 'help'_ func.h`。 If there are no issues in the future, I will remove them.
70
+
2.`init. h` has been deprecated and its functionality has been decomposed into `Screen. h` and `help_func.h`。 If there are no issues in the future, I will remove them.
67
71
68
72
### V2.3
69
73
@@ -81,11 +85,11 @@ You can play the music now.
81
85
82
86
1. Add two new achievements (extremely difficult to obtain)!
83
87
84
-
2. Added a directory for 'README.md'.
88
+
2. Added a directory for `README.md`.
85
89
86
90
#### V2.3.5
87
91
88
-
Archive updated again! Added language options. In addition, if you do not want to use the default archive location, you can also open the archive file with using 'main.exe'.
92
+
Archive updated again! Added language options. In addition, if you do not want to use the default archive location, you can also open the archive file with using `main.exe`.
0 commit comments