online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/background/ColorfullBackground.tscn')
| -rw-r--r-- | ui/background/ColorfullBackground.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/background/ColorfullBackground.tscn b/ui/background/ColorfullBackground.tscn index d941557..dd9f95c 100644 --- a/ui/background/ColorfullBackground.tscn +++ b/ui/background/ColorfullBackground.tscn @@ -6,6 +6,5 @@ anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 -color = Color( 0, 0, 0, 1 ) script = ExtResource( 1 ) -colors = [ Color( 0.784314, 0.427451, 0.427451, 1 ), Color( 0.913725, 0.847059, 0.403922, 1 ), Color( 0.380392, 0.741176, 0.647059, 1 ), Color( 0.321569, 0.368627, 0.858824, 1 ), Color( 0.345098, 0.345098, 0.345098, 1 ), Color( 0.109804, 0.160784, 0.564706, 1 ), Color( 0.376471, 0.796078, 0.317647, 1 ), Color( 0.8, 0.364706, 0.588235, 1 ), Color( 0.984314, 0.858824, 0.282353, 1 ), Color( 0.164706, 0.0862745, 0.247059, 1 ) ] +colors = PoolColorArray( 0.784314, 0.427451, 0.427451, 1, 0.913725, 0.847059, 0.403922, 1, 0.380392, 0.741176, 0.647059, 1, 0.321569, 0.368627, 0.858824, 1, 0.596078, 0.188235, 0.619608, 1, 0.109804, 0.160784, 0.564706, 1, 0.376471, 0.796078, 0.317647, 1, 0.8, 0.364706, 0.588235, 1, 0.984314, 0.858824, 0.282353, 1, 0.164706, 0.0862745, 0.247059, 1, 0.603922, 0.596078, 0.701961, 1, 0.592157, 0.592157, 0.592157, 1 ) |