Files
office-terrain-test/godot/map.tscn
2022-10-25 19:27:49 +03:00

10 lines
245 B
Plaintext

[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 )