Skip to content

Commit 0d90c15

Browse files
authored
Merge pull request #285 from endlessm/update-variables-color
Update Variables blocks color
2 parents add1611 + 5721616 commit 0d90c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/ui/constants.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const BUILTIN_CATEGORIES_PROPS: Dictionary = {
134134
},
135135
"Variables":
136136
{
137-
"color": Color("ff8f08"),
137+
"color": Color("e06000"),
138138
"order": 180,
139139
},
140140
"Math":

0 commit comments

Comments
 (0)