Terrain setup
This commit is contained in:
9
godot/map.tscn
Normal file
9
godot/map.tscn
Normal 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 )
|
||||
Reference in New Issue
Block a user