Skip to content

Commit

Permalink
CYF 0.6.6 LTS 3 - Bits and bobs at the End of Times
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed Jul 20, 2024
1 parent 94dac64 commit 279374b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/Device/GlobalControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
public class GlobalControls : MonoBehaviour {
public static string CYFversion = "0.6.6"; // Current version of CYF displayed in the main menu and usable in scripts
public static string OverworldVersion = "0.6.6"; // Last version in which the overworld was changed, notifying any user with an old save to delete it
public static int LTSversion = 2; // LTS version, mainly used for CYF 0.6.6
public static int BetaVersion = 24; // Only used for beta versions
public static int LTSversion = 3; // LTS version, mainly used for CYF 0.6.6
public static int BetaVersion = 0; // Only used for beta versions

public static int frame; // Frame counter used for logging purposes
public static float overworldTimestamp = 0f; // Timestamp of the creation of the save file, mostly used to know the time spent in this save in the save and load screen
Expand Down
2 changes: 1 addition & 1 deletion Build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
### Script Vars ###

# This is the version of CYF to name the executables and the Documentation folder
CYFversion = "0.6.6 LTS 2"
CYFversion = "0.6.6 LTS 3"

# This is the path we will build to
buildPath = os.getcwd() + "\\bin"
Expand Down

0 comments on commit 279374b

Please sign in to comment.