Terrain setup

This commit is contained in:
2022-10-25 19:27:49 +03:00
parent 118e3df72f
commit e9ccbf5ce5
8 changed files with 96 additions and 5 deletions

9
godot/map.tscn Normal file
View File

@@ -0,0 +1,9 @@
[gd_scene format=2]
[node name="map" type="Node2D"]
[node name="road1" type="Line2D" parent="."]
points = PoolVector2Array( -100, -100, 100, -100 )
[node name="road2" type="Line2D" parent="."]
points = PoolVector2Array( -100, 100, 100, 100 )