[gd_scene load_steps=4 format=2] [ext_resource path="res://ui/theme/main.theme" type="Theme" id=1] [ext_resource path="res://ui/menus/tests/tests.gd" type="Script" id=2] [ext_resource path="res://ui/menus/tests/engine_test.gd" type="Script" id=3] [node name="tests" type="VBoxContainer"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 1 ) script = ExtResource( 2 ) pgns = PoolStringArray( "1.Nf3 Nf6 2.c4 g6 3.Nc3 Bg7 4.d4 O-O 5.Bf4 d5 6.Qb3 dxc4 7.Qxc4 c6 8.e4 Nbd7 9.Rd1 Nb6 10.Qc5 Bg4 11.Bg5 Na4 12.Qa3 Nxc3 13.bxc3 Nxe4 14.Bxe7 Qb6 15.Bc4 Nxc3 16.Bc5 Rfe8+ 17.Kf1 Be6 18.Bxb6 Bxc4+ 19.Kg1 Ne2+ 20.Kf1 Nxd4+ 21.Kg1 Ne2+ 22.Kf1 Nc3+ 23.Kg1 axb6 24.Qb4 Ra4 25.Qxb6 Nxd1 26.h3 Rxa2 27.Kh2 Nxf2 28.Re1 Rxe1 29.Qd8+ Bf8 30.Nxe1 Bd5 31.Nf3 Ne4 32.Qb8 b5 33.h4 h5 34.Ne5 Kg7 35.Kg1 Bc5+ 36.Kf1 Ng3+ 37.Ke1 Bb4+ 38.Kd1 Bb3+ 39.Kc1 Ne2+ 40.Kb1 Nc3+ 41.Kc1 Rc2# 0-1", "1. e4 e5 2. Nf3 Nc6 3. Bb5 Bc5 4. O-O Nf6 5. Nc3 Nb4 6. Nxe5 c6 7. Bc4 d5 8. exd5 cxd5 9. Bb5+ Bd7 10. Bxd7+ Nxd7 11. Nxd7 Qxd7 12. Re1+ Be7 13. a3 Nc6 14. d4 O-O-O 15. h3 Bh4 16. Qh5 Bf6 17. Nb5 Nxd4 18. Nxa7+ Kb8 19. Bg5 Nxc2 20. Bxf6 gxf6 21. a4 Kxa7 22. Qe2 Nxe1 23. Qxe1 Rhe8 24. Qa5+ Kb8 25. Qb4 d4 26. a5 Re6", "1. e4 f5 2. Qh5+", "1. f4 e5 2. e4 Qh4+" ) [node name="gameofthecentury" type="Button" parent="."] margin_left = 555.0 margin_right = 866.0 margin_bottom = 54.0 focus_mode = 0 size_flags_horizontal = 4 text = "game of the century" [node name="test sign" type="Button" parent="."] margin_left = 652.0 margin_top = 64.0 margin_right = 769.0 margin_bottom = 118.0 focus_mode = 0 size_flags_horizontal = 4 text = "ﭧ sign" [node name="test check" type="Button" parent="."] margin_left = 589.0 margin_top = 128.0 margin_right = 833.0 margin_bottom = 182.0 focus_mode = 0 size_flags_horizontal = 4 text = "ﭧ check(white)" [node name="test check2" type="Button" parent="."] margin_left = 592.0 margin_top = 192.0 margin_right = 830.0 margin_bottom = 246.0 size_flags_horizontal = 4 text = "ﭧ check(black)" [node name="test chat" type="Button" parent="."] margin_left = 671.0 margin_top = 256.0 margin_right = 751.0 margin_bottom = 310.0 size_flags_horizontal = 4 text = "ﭧ" [node name="engine tests" type="Button" parent="."] margin_left = 583.0 margin_top = 320.0 margin_right = 839.0 margin_bottom = 374.0 size_flags_horizontal = 4 text = "run engine tests" script = ExtResource( 3 ) [connection signal="pressed" from="gameofthecentury" to="." method="_load" binds= [ 0 ]] [connection signal="pressed" from="test sign" to="." method="_load" binds= [ 1 ]] [connection signal="pressed" from="test check" to="." method="_load" binds= [ 2 ]] [connection signal="pressed" from="test check2" to="." method="_load" binds= [ 3 ]] [connection signal="pressed" from="test chat" to="." method="_on_test_chat_pressed"]