Skip to content

Commit

Permalink
CYF v0.6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed Jan 11, 2019
1 parent e031e14 commit e8356e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Lua/LuaScriptBinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static Script BoundScript(/*bool overworld = false*/) {
#else
script.Globals["windows"] = false;
#endif
script.Globals["CYFversion"] = "0.6.2.1";
script.Globals["CYFversion"] = "0.6.2.2";
if (!UnitaleUtil.IsOverworld) {
script.Globals["CreateSprite"] = (Func<string, string, int, DynValue>)SpriteUtil.MakeIngameSprite;
script.Globals["CreateLayer"] = (Action<string, string, bool>)SpriteUtil.CreateLayer;
Expand Down

0 comments on commit e8356e5

Please sign in to comment.