online multiplayer chess game (note server currently down)
Diffstat (limited to 'Square.tscn')
| -rw-r--r-- | Square.tscn | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Square.tscn b/Square.tscn index aa172e8..1f4812a 100644 --- a/Square.tscn +++ b/Square.tscn @@ -27,9 +27,13 @@ shader_param/amt = 1.0 shader_param/color = Color( 0.431373, 0.584314, 0.388235, 0.639216 ) [node name="Square" type="ColorRect"] -margin_right = 40.0 -margin_bottom = 40.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1372.0 +margin_bottom = -750.0 focus_mode = 1 +size_flags_horizontal = 3 +size_flags_vertical = 3 script = ExtResource( 1 ) [node name="MoveIndicator" type="ColorRect" parent="."] @@ -46,10 +50,10 @@ mouse_filter = 2 [node name="Circle" type="TextureRect" parent="CircleHolder"] visible = false material = SubResource( 3 ) -margin_left = 20.0 -margin_top = 20.0 -margin_right = 20.0 -margin_bottom = 20.0 +margin_left = 25.0 +margin_top = 25.0 +margin_right = 25.0 +margin_bottom = 25.0 mouse_filter = 2 texture = ExtResource( 2 ) expand = true |