Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsito committed Jul 11, 2020
1 parent 8b11bd4 commit a4e454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/MapEditor/Scripts/ToolTips.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class ToolTips
public static GUIContent systemOS = new GUIContent("OS: " + SystemInfo.operatingSystem);
public static GUIContent systemRAM = new GUIContent("RAM: " + SystemInfo.systemMemorySize / 1000 + "GB");
public static GUIContent unityVersion = new GUIContent("Unity Version: " + Application.unityVersion);
public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.2");
public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.3");

public static GUIContent runPreset = new GUIContent("Run Preset", "Run this preset with all it's current nodes.");
public static GUIContent deletePreset = new GUIContent("Delete Preset", "Delete this preset from Unity.");
Expand Down

0 comments on commit a4e454e

Please sign in to comment.