File tree 2 files changed +14
-10
lines changed
~build/Howl/Editor/Unity/UI 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
⊓ Active.Howl.UIStrings{ ‒̥ ○ Onboarding{
2
2
3
- ‒ᴸ ㄹ GetIDE =
3
+ ‒ᴸ ㄹ GetIDE =
4
4
@"A supported IDE with well configured
5
5
snippets is required; Atom is recommended.";
6
6
@@ -9,16 +9,18 @@ snippets is required; Atom is recommended.";
9
9
syntax coloring in Atom
10
10
[Restart Atom after installing]";
11
11
12
- ‒ᴸ ㄹ ImportFiles =
12
+ ‒ᴸ ㄹ ImportFiles =
13
13
@"Convert your C# scripts to Howl?
14
14
If you do not wish to use all notations,
15
15
you can do this later";
16
16
17
- ‒ᴸ ㄹ SetupVCS =
18
- "Ensure your project is using version control\n(required during β)";
17
+ ‒ᴸ ㄹ SetupVCS =
18
+ @"Ensure your project is using version control
19
+ (required during β)";
19
20
20
21
‒ᴸ ㄹ AllDone =
21
- "All is well; access documentation using\nthe hereabove [?] badge ~ ";
22
+ @"All is well; access documentation using
23
+ the hereabove [?] badge ~ ";
22
24
23
25
‒ᴸ ㄹ Okay = "╰(*´︶`*)╯ OK!";
24
26
Original file line number Diff line number Diff line change 1
1
namespace Active . Howl . UIStrings { public static class Onboarding {
2
2
3
- public const string GetIDE =
3
+ public const string GetIDE =
4
4
@"A supported IDE with well configured
5
5
snippets is required; Atom is recommended." ;
6
6
@@ -9,16 +9,18 @@ namespace Active.Howl.UIStrings{ public static class Onboarding{
9
9
syntax coloring in Atom
10
10
[Restart Atom after installing]" ;
11
11
12
- public const string ImportFiles =
12
+ public const string ImportFiles =
13
13
@"Convert your C# scripts to Howl?
14
14
If you do not wish to use all notations,
15
15
you can do this later" ;
16
16
17
- public const string SetupVCS =
18
- "Ensure your project is using version control\n (required during β)" ;
17
+ public const string SetupVCS =
18
+ @"Ensure your project is using version control
19
+ (required during β)" ;
19
20
20
21
public const string AllDone =
21
- "All is well; access documentation using\n the hereabove [?] badge ~ " ;
22
+ @"All is well; access documentation using
23
+ the hereabove [?] badge ~ " ;
22
24
23
25
public const string Okay = "╰(*´︶`*)╯ OK!" ;
24
26
You can’t perform that action at this time.
0 commit comments