online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/background/ColorfullBackground.gd')
| -rw-r--r-- | ui/background/ColorfullBackground.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/background/ColorfullBackground.gd b/ui/background/ColorfullBackground.gd index 6c14b8a..13c26ef 100644 --- a/ui/background/ColorfullBackground.gd +++ b/ui/background/ColorfullBackground.gd @@ -12,7 +12,7 @@ export(PoolColorArray) var colors := [ Color(0.984314, 0.858824, 0.282353, 1), Color(0.164706, 0.0862745, 0.247059, 1), Color(0.509804, 0.509804, 0.509804, 1), - Color(0.679297, 0.679297, 0.679297, 1) + Color("262421") ] export(float) var length := 2.8 |