diff --git a/.gitignore b/.gitignore index 586bfbd..8be18fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Godot 4+ specific ignores .godot/ - +.*/ bin/ \ No newline at end of file diff --git a/Asserts/defalutTheme.tres b/Asserts/defalutTheme.tres new file mode 100644 index 0000000..32a7697 --- /dev/null +++ b/Asserts/defalutTheme.tres @@ -0,0 +1,4 @@ +[gd_resource type="Theme" format=3 uid="uid://c53fg2fg071yp"] + +[resource] +default_font_size = 30 diff --git a/Main.cs b/Main.cs index a12e648..48fb0de 100644 --- a/Main.cs +++ b/Main.cs @@ -28,15 +28,35 @@ public partial class Main : Node2D // GetNode("Chessboard").Scale = new Vector2(scaleFactor, scaleFactor); // } - // Called when the node enters the scene tree for the first time. + // Called when the node enters the scene tree for the first time. + Global global = null; public override void _Ready() { // GetTree().Connect("screen_resized", ResizeChessboardToFitScreen); // Button undo = GetNode