Named the Grid "Grid".
This commit is contained in:
parent
9657f330fc
commit
774a74da04
1 changed files with 3 additions and 2 deletions
|
|
@ -22,9 +22,10 @@ radius = 3000.0
|
||||||
[node name="Camera2D" type="Camera2D" parent="."]
|
[node name="Camera2D" type="Camera2D" parent="."]
|
||||||
position = Vector2(47, -3283)
|
position = Vector2(47, -3283)
|
||||||
|
|
||||||
[node name="Node2D" type="Node2D" parent="."]
|
[node name="Grid" type="Node2D" parent="."]
|
||||||
script = ExtResource("3_2bhor")
|
script = ExtResource("3_2bhor")
|
||||||
ground_radius = 3000.0
|
ground_radius = 3000.0
|
||||||
cell_height = 300.0
|
cell_height = 300.0
|
||||||
num_collumns = 36
|
num_collumns = 60
|
||||||
debug = true
|
debug = true
|
||||||
|
metadata/_custom_type_script = "uid://m3vyyfk8gnma"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue