restructure dropoffpoints into list
This commit is contained in:
parent
31998f9203
commit
174dfe512c
34
World.tscn
34
World.tscn
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=128 format=2]
|
[gd_scene load_steps=129 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://assets/city_tiles/Street.png" type="Texture" id=1]
|
[ext_resource path="res://assets/city_tiles/Street.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://assets/city_tiles/Buildings.png" type="Texture" id=2]
|
[ext_resource path="res://assets/city_tiles/Buildings.png" type="Texture" id=2]
|
||||||
|
@ -41,6 +41,7 @@
|
||||||
[ext_resource path="res://assets/city_tiles/Tür 16 LU.png" type="Texture" id=39]
|
[ext_resource path="res://assets/city_tiles/Tür 16 LU.png" type="Texture" id=39]
|
||||||
[ext_resource path="res://assets/city_tiles/Fenster 16.png" type="Texture" id=40]
|
[ext_resource path="res://assets/city_tiles/Fenster 16.png" type="Texture" id=40]
|
||||||
[ext_resource path="res://GUIIngameBot.tscn" type="PackedScene" id=41]
|
[ext_resource path="res://GUIIngameBot.tscn" type="PackedScene" id=41]
|
||||||
|
[ext_resource path="res://DropOffPoints.gd" type="Script" id=42]
|
||||||
|
|
||||||
[sub_resource type="ConvexPolygonShape2D" id=1]
|
[sub_resource type="ConvexPolygonShape2D" id=1]
|
||||||
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
||||||
|
@ -1440,26 +1441,29 @@ position = Vector2( 163.29, 78.3416 )
|
||||||
rotation = 1.6223
|
rotation = 1.6223
|
||||||
scale = Vector2( 0.5, 0.5 )
|
scale = Vector2( 0.5, 0.5 )
|
||||||
|
|
||||||
[node name="DropOffPoint" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoints" type="Node" parent="."]
|
||||||
position = Vector2( 645.77, 99.6374 )
|
script = ExtResource( 42 )
|
||||||
|
|
||||||
[node name="DropOffPoint2" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 520.662, 230.739 )
|
position = Vector2( 598.689, 109.852 )
|
||||||
|
|
||||||
[node name="DropOffPoint3" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint2" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 166.312, 322.885 )
|
position = Vector2( 473.58, 240.953 )
|
||||||
|
|
||||||
[node name="DropOffPoint4" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint3" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 764.774, 506.833 )
|
position = Vector2( 119.23, 333.099 )
|
||||||
|
|
||||||
[node name="DropOffPoint5" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint4" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 953.763, 232.171 )
|
position = Vector2( 717.693, 517.047 )
|
||||||
|
|
||||||
[node name="DropOffPoint6" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint5" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 1207.01, 102.399 )
|
position = Vector2( 906.682, 242.385 )
|
||||||
|
|
||||||
[node name="DropOffPoint7" parent="." instance=ExtResource( 4 )]
|
[node name="DropOffPoint6" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
position = Vector2( 1156.61, 613.927 )
|
position = Vector2( 1159.93, 112.613 )
|
||||||
|
|
||||||
|
[node name="DropOffPoint7" parent="DropOffPoints" instance=ExtResource( 4 )]
|
||||||
|
position = Vector2( 1109.53, 624.141 )
|
||||||
|
|
||||||
[node name="GuestTimer" type="Timer" parent="."]
|
[node name="GuestTimer" type="Timer" parent="."]
|
||||||
wait_time = 1.019
|
wait_time = 1.019
|
||||||
|
|
Loading…
Reference in New Issue