Skip to content

Commit dd9f587

Browse files
committed
Changed default colour of balloons, Updated PDFs, fixed wrong names in Cheatsheets
1 parent 4d49b7f commit dd9f587

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
-14.2 KB
Loading
14.2 KB
Loading
522 KB
Binary file not shown.

Assets/Documentation/Manual.pdf

-205 KB
Binary file not shown.
2 MB
Binary file not shown.

Assets/Scripts/Conditions/Actions/DialogueBalloonAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class DialogueBalloonAction : Action
77

88
[Header("Contents")]
99
public string textToDisplay = "Hey!";
10-
public Color backgroundColor = Color.blue;
10+
public Color backgroundColor = new Color32(113, 132, 146, 255);
1111
public Color textColor = Color.white;
1212

1313
[Header("Options")]

0 commit comments

Comments
 (0)