From 774a74da04afc3609536f0e17a3f991005935c39 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 15 Sep 2025 19:07:52 +0200 Subject: [PATCH] Named the Grid "Grid". --- earth.tscn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/earth.tscn b/earth.tscn index bc1e011..a2b03e5 100644 --- a/earth.tscn +++ b/earth.tscn @@ -22,9 +22,10 @@ radius = 3000.0 [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(47, -3283) -[node name="Node2D" type="Node2D" parent="."] +[node name="Grid" type="Node2D" parent="."] script = ExtResource("3_2bhor") ground_radius = 3000.0 cell_height = 300.0 -num_collumns = 36 +num_collumns = 60 debug = true +metadata/_custom_type_script = "uid://m3vyyfk8gnma"