This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f34a7e3
commit ae2dd6b
Showing
18 changed files
with
67 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
Don't forget to check if game version match this update note | ||
0.0.52 | ||
Bug fix | ||
+- Fix Guide, Credit and Update not update correctly | ||
|
||
|
||
Framework Function | ||
+ Settings.Read() Function is now can enter slot and name of settings in json file | ||
|
||
Function structure: | ||
public static string Read(int slot, string name) | ||
|
||
Example : | ||
int textspeed = Convert.ToInt32(Settings.Read(0, "TextSpeed")); | ||
0.0.53 | ||
Settings | ||
+ Added version checker |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "/KVIKAfYb8YsKxXsRjT0I0pvWl5qIL9V/s6Yu/i4/QilgLowc/g1Gr3JePBcu+qL/QgR9rgppufKM0uXzklvWg==", | ||
"dgSpecHash": "iidJA7FX/u0mCQdJbShNwjkI3E1VHTRJvCiS4+YnIUfM5RdTxoaNLy5OW2Sto3RGqKzau3rMGiQAgDtYLT7OjQ==", | ||
"success": true, | ||
"projectFilePath": "/home/notrealsean/Desktop/Code/cs/consoleapp/VNgame/cs.csproj", | ||
"expectedPackageFiles": [], | ||
"expectedPackageFiles": [ | ||
"/home/notrealsean/.nuget/packages/microsoft.netcore.app.runtime.win-x64/7.0.1/microsoft.netcore.app.runtime.win-x64.7.0.1.nupkg.sha512", | ||
"/home/notrealsean/.nuget/packages/microsoft.aspnetcore.app.runtime.win-x64/7.0.1/microsoft.aspnetcore.app.runtime.win-x64.7.0.1.nupkg.sha512", | ||
"/home/notrealsean/.nuget/packages/microsoft.netcore.app.host.win-x64/7.0.1/microsoft.netcore.app.host.win-x64.7.0.1.nupkg.sha512" | ||
], | ||
"logs": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.51 | ||
0.0.53 |