Login

Fancade Wiki

Updated Script Colors.md (markdown)

... ...
@@ -10,8 +10,8 @@ The wires that connect script blocks, as well as the inputs and outputs the wire
10 10
11 11
Script blocks are also color-coded:
12 12
13
* **<font color="424252">██████ Dark gray</font>**: [[Statement|/Script/Control flow#statements]]
14
* **<font color="696B7C">██████ Medium gray</font>**: [[Expression|/Script/Control flow#expressions]]
13
* **<font color="424252">██████ Dark gray</font>**: [[Statement|/Script/Control flow#statements]] (except for variable setters)
14
* **<font color="696B7C">██████ Medium gray</font>**: [[Expression|/Script/Control flow#expressions]] (except for variable getters)
15 15
* **<font color="FFE200">██████ Yellow</font>**: [[Control flow|/Script/Control flow#control-statements]]
16 16
17 17
And script blocks for getting/setting variables and lists, are colored similarly to the wires:
Fancade Wiki