2021-06-12 02:28:40 +02:00
|
|
|
[gd_scene load_steps=26 format=2]
|
2021-06-12 00:04:58 +02:00
|
|
|
|
|
|
|
[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]
|
2021-06-12 00:17:12 +02:00
|
|
|
[ext_resource path="res://Playa.tscn" type="PackedScene" id=3]
|
2021-06-12 02:28:40 +02:00
|
|
|
[ext_resource path="res://DropOffPoint.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://Guest.tscn" type="PackedScene" id=5]
|
|
|
|
[ext_resource path="res://World.gd" type="Script" id=6]
|
2021-06-12 00:04:58 +02:00
|
|
|
|
|
|
|
[sub_resource type="TileSet" id=1]
|
|
|
|
0/name = "Street.png 0"
|
|
|
|
0/texture = ExtResource( 1 )
|
|
|
|
0/tex_offset = Vector2( 0, 0 )
|
|
|
|
0/modulate = Color( 1, 1, 1, 1 )
|
|
|
|
0/region = Rect2( 128, 0, 128, 128 )
|
|
|
|
0/tile_mode = 1
|
|
|
|
0/autotile/bitmask_mode = 1
|
|
|
|
0/autotile/bitmask_flags = [ Vector2( 0, 1 ), 438, Vector2( 1, 0 ), 504, Vector2( 1, 3 ), 63, Vector2( 3, 1 ), 219 ]
|
|
|
|
0/autotile/icon_coordinate = Vector2( 0, 0 )
|
|
|
|
0/autotile/tile_size = Vector2( 32, 32 )
|
|
|
|
0/autotile/spacing = 0
|
|
|
|
0/autotile/occluder_map = [ ]
|
|
|
|
0/autotile/navpoly_map = [ ]
|
|
|
|
0/autotile/priority_map = [ ]
|
|
|
|
0/autotile/z_index_map = [ ]
|
|
|
|
0/occluder_offset = Vector2( 0, 0 )
|
|
|
|
0/navigation_offset = Vector2( 0, 0 )
|
|
|
|
0/shape_offset = Vector2( 0, 0 )
|
|
|
|
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
0/shape_one_way = false
|
|
|
|
0/shape_one_way_margin = 0.0
|
|
|
|
0/shapes = [ ]
|
|
|
|
0/z_index = 0
|
|
|
|
1/name = "Street.png 1"
|
|
|
|
1/texture = ExtResource( 1 )
|
|
|
|
1/tex_offset = Vector2( 0, 0 )
|
|
|
|
1/modulate = Color( 1, 1, 1, 1 )
|
|
|
|
1/region = Rect2( 32, 32, 32, 32 )
|
|
|
|
1/tile_mode = 0
|
|
|
|
1/occluder_offset = Vector2( 0, 0 )
|
|
|
|
1/navigation_offset = Vector2( 0, 0 )
|
|
|
|
1/shape_offset = Vector2( 0, 0 )
|
|
|
|
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
1/shape_one_way = false
|
|
|
|
1/shape_one_way_margin = 0.0
|
|
|
|
1/shapes = [ ]
|
|
|
|
1/z_index = 0
|
|
|
|
|
2021-06-12 02:04:22 +02:00
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=2]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
2021-06-12 00:07:22 +02:00
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=3]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=4]
|
2021-06-12 02:28:40 +02:00
|
|
|
points = PoolVector2Array( 16, 16, 0, 16, 0, 0, 16, 0 )
|
2021-06-12 00:07:22 +02:00
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=5]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=6]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=7]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=8]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=9]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=10]
|
2021-06-12 02:28:40 +02:00
|
|
|
points = PoolVector2Array( 0, 16, 16, 16, 16, 16, 0, 16 )
|
2021-06-12 00:07:22 +02:00
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=11]
|
2021-06-12 02:28:40 +02:00
|
|
|
points = PoolVector2Array( 0, 16, 16, 16, 16, 16, 0, 16 )
|
2021-06-12 00:07:22 +02:00
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=12]
|
2021-06-12 02:28:40 +02:00
|
|
|
points = PoolVector2Array( 0, 16, 16, 16, 16, 16, 0, 16 )
|
2021-06-12 00:07:22 +02:00
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=13]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=14]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=15]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=16]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=17]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=18]
|
|
|
|
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
|
|
|
|
|
2021-06-12 02:04:22 +02:00
|
|
|
[sub_resource type="TileSet" id=19]
|
2021-06-12 00:04:58 +02:00
|
|
|
0/name = "Buildings.png 0"
|
|
|
|
0/texture = ExtResource( 2 )
|
|
|
|
0/tex_offset = Vector2( 0, 0 )
|
|
|
|
0/modulate = Color( 1, 1, 1, 1 )
|
|
|
|
0/region = Rect2( 0, 0, 192, 240 )
|
|
|
|
0/tile_mode = 1
|
|
|
|
0/autotile/bitmask_mode = 0
|
|
|
|
0/autotile/bitmask_flags = [ ]
|
|
|
|
0/autotile/icon_coordinate = Vector2( 0, 0 )
|
|
|
|
0/autotile/tile_size = Vector2( 16, 16 )
|
|
|
|
0/autotile/spacing = 0
|
|
|
|
0/autotile/occluder_map = [ ]
|
|
|
|
0/autotile/navpoly_map = [ ]
|
|
|
|
0/autotile/priority_map = [ ]
|
|
|
|
0/autotile/z_index_map = [ ]
|
|
|
|
0/occluder_offset = Vector2( 0, 0 )
|
|
|
|
0/navigation_offset = Vector2( 0, 0 )
|
|
|
|
0/shape_offset = Vector2( 0, 0 )
|
|
|
|
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
2021-06-12 02:04:22 +02:00
|
|
|
0/shape = SubResource( 2 )
|
2021-06-12 00:04:58 +02:00
|
|
|
0/shape_one_way = false
|
2021-06-12 00:07:22 +02:00
|
|
|
0/shape_one_way_margin = 1.0
|
|
|
|
0/shapes = [ {
|
|
|
|
"autotile_coord": Vector2( 0, 0 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 2 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 1, 0 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 3 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 2, 0 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 4 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 3, 0 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 5 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 0, 3 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 6 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 1, 3 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 7 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 2, 3 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 8 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 3, 3 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 9 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 4, 4 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 10 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 5, 4 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 11 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 6, 4 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 12 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 4, 6 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 13 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 5, 6 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 14 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 6, 6 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 15 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 4, 5 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 16 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 6, 5 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 17 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
}, {
|
|
|
|
"autotile_coord": Vector2( 5, 5 ),
|
|
|
|
"one_way": false,
|
|
|
|
"one_way_margin": 1.0,
|
2021-06-12 02:04:22 +02:00
|
|
|
"shape": SubResource( 18 ),
|
2021-06-12 00:07:22 +02:00
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
} ]
|
2021-06-12 00:04:58 +02:00
|
|
|
0/z_index = 0
|
|
|
|
1/name = "Buildings.png 1"
|
|
|
|
1/texture = ExtResource( 2 )
|
|
|
|
1/tex_offset = Vector2( 0, 0 )
|
|
|
|
1/modulate = Color( 1, 1, 1, 1 )
|
|
|
|
1/region = Rect2( 0, 0, 192, 240 )
|
|
|
|
1/tile_mode = 2
|
|
|
|
1/autotile/icon_coordinate = Vector2( 0, 0 )
|
|
|
|
1/autotile/tile_size = Vector2( 16, 16 )
|
|
|
|
1/autotile/spacing = 0
|
|
|
|
1/autotile/occluder_map = [ ]
|
|
|
|
1/autotile/navpoly_map = [ ]
|
|
|
|
1/autotile/priority_map = [ ]
|
|
|
|
1/autotile/z_index_map = [ ]
|
|
|
|
1/occluder_offset = Vector2( 0, 0 )
|
|
|
|
1/navigation_offset = Vector2( 0, 0 )
|
|
|
|
1/shape_offset = Vector2( 0, 0 )
|
|
|
|
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
1/shape_one_way = false
|
|
|
|
1/shape_one_way_margin = 0.0
|
|
|
|
1/shapes = [ ]
|
|
|
|
1/z_index = 0
|
|
|
|
|
2021-06-12 00:07:22 +02:00
|
|
|
[node name="World" type="Node2D"]
|
2021-06-12 02:28:40 +02:00
|
|
|
script = ExtResource( 6 )
|
2021-06-12 00:04:58 +02:00
|
|
|
|
|
|
|
[node name="Streets" type="TileMap" parent="."]
|
|
|
|
tile_set = SubResource( 1 )
|
|
|
|
cell_size = Vector2( 32, 32 )
|
|
|
|
format = 1
|
|
|
|
tile_data = PoolIntArray( 131076, 1, 0, 131077, 1, 0, 131078, 1, 0, 131079, 1, 0, 131080, 1, 0, 131081, 1, 0, 131082, 1, 0, 131083, 1, 0, 131084, 1, 0, 131085, 1, 0, 131086, 1, 0, 131087, 1, 0, 131088, 1, 0, 131089, 1, 0, 131090, 1, 0, 131091, 1, 0, 131092, 1, 0, 131093, 1, 0, 131094, 1, 0, 131095, 1, 0, 131096, 1, 0, 196612, 1, 0, 196627, 1, 0, 196632, 1, 0, 262148, 1, 0, 262163, 1, 0, 262168, 1, 0, 327684, 1, 0, 327699, 1, 0, 327704, 1, 0, 393220, 1, 0, 393231, 1, 0, 393232, 1, 0, 393233, 1, 0, 393234, 1, 0, 393235, 1, 0, 393240, 1, 0, 458756, 1, 0, 458767, 1, 0, 458776, 1, 0, 524292, 1, 0, 524303, 1, 0, 524312, 1, 0, 589828, 1, 0, 589829, 1, 0, 589830, 1, 0, 589831, 1, 0, 589832, 1, 0, 589833, 1, 0, 589834, 1, 0, 589835, 1, 0, 589836, 1, 0, 589837, 1, 0, 589838, 1, 0, 589839, 1, 0, 589848, 1, 0, 655364, 1, 0, 655371, 1, 0, 655384, 1, 0, 720900, 1, 0, 720907, 1, 0, 720920, 1, 0, 786436, 1, 0, 786443, 1, 0, 786444, 1, 0, 786445, 1, 0, 786446, 1, 0, 786447, 1, 0, 786448, 1, 0, 786449, 1, 0, 786450, 1, 0, 786451, 1, 0, 786452, 1, 0, 786453, 1, 0, 786454, 1, 0, 786455, 1, 0, 786456, 1, 0, 851972, 1, 0, 851979, 1, 0, 851988, 1, 0, 851992, 1, 0, 917508, 1, 0, 917509, 1, 0, 917510, 1, 0, 917511, 1, 0, 917512, 1, 0, 917513, 1, 0, 917514, 1, 0, 917515, 1, 0, 917524, 1, 0, 917528, 1, 0, 983044, 1, 0, 983048, 1, 0, 983060, 1, 0, 983064, 1, 0, 1048580, 1, 0, 1048584, 1, 0, 1048585, 1, 0, 1048586, 1, 0, 1048587, 1, 0, 1048588, 1, 0, 1048589, 1, 0, 1048590, 1, 0, 1048591, 1, 0, 1048592, 1, 0, 1048593, 1, 0, 1048594, 1, 0, 1048595, 1, 0, 1048596, 1, 0, 1048597, 1, 0, 1048598, 1, 0, 1048599, 1, 0, 1048600, 1, 0, 1114116, 1, 0, 1114126, 1, 0, 1114136, 1, 0, 1179652, 1, 0, 1179662, 1, 0, 1179672, 1, 0, 1245188, 1, 0, 1245189, 1, 0, 1245190, 1, 0, 1245191, 1, 0, 1245192, 1, 0, 1245193, 1, 0, 1245194, 1, 0, 1245195, 1, 0, 1245196, 1, 0, 1245197, 1, 0, 1245198, 1, 0, 1245199, 1, 0, 1245200, 1, 0, 1245201, 1, 0, 1245202, 1, 0, 1245203, 1, 0, 1245204, 1, 0, 1245205, 1, 0, 1245206, 1, 0, 1245207, 1, 0, 1245208, 1, 0 )
|
|
|
|
|
|
|
|
[node name="Buildings" type="TileMap" parent="."]
|
2021-06-12 02:04:22 +02:00
|
|
|
tile_set = SubResource( 19 )
|
2021-06-12 00:04:58 +02:00
|
|
|
cell_size = Vector2( 16, 16 )
|
2021-06-12 00:17:12 +02:00
|
|
|
show_collision = true
|
2021-06-12 00:04:58 +02:00
|
|
|
format = 1
|
|
|
|
tile_data = PoolIntArray( 196615, 1, 196608, 196616, 1, 196608, 196617, 1, 196608, 196618, 1, 196608, 196619, 1, 196608, 196620, 1, 196608, 196621, 1, 196608, 196622, 1, 196608, 196623, 1, 196608, 196624, 1, 196608, 196625, 1, 196608, 196626, 1, 196608, 196627, 1, 196608, 196628, 1, 196608, 196629, 1, 196608, 196630, 1, 196608, 196631, 1, 196608, 196632, 1, 196608, 196633, 1, 196608, 196634, 1, 196608, 196635, 1, 196608, 196636, 1, 196608, 196637, 1, 196608, 196638, 1, 196608, 196639, 1, 196608, 196640, 1, 196608, 196641, 1, 196608, 196642, 1, 196608, 196643, 1, 196608, 196644, 1, 196608, 196645, 1, 196608, 196646, 1, 196608, 196647, 1, 196608, 196648, 1, 196608, 196649, 1, 196608, 196650, 1, 196608, 196651, 1, 196608, 196652, 1, 196608, 196653, 1, 196608, 196654, 1, 196608, 196655, 1, 196608, 196656, 1, 196608, 196657, 1, 196608, 196658, 1, 196608, 262151, 1, 196608, 262194, 1, 196608, 327687, 1, 196608, 327730, 1, 196608, 393223, 1, 196608, 393226, 1, 196608, 393227, 1, 196608, 393228, 1, 196608, 393229, 1, 196608, 393230, 1, 196608, 393231, 1, 196608, 393232, 1, 196608, 393233, 1, 196608, 393234, 1, 196608, 393235, 1, 196608, 393236, 1, 196608, 393237, 1, 196608, 393238, 1, 196608, 393239, 1, 196608, 393240, 1, 196608, 393241, 1, 196608, 393242, 1, 196608, 393243, 1, 196608, 393244, 1, 196608, 393245, 1, 196608, 393246, 1, 196608, 393247, 1, 196608, 393248, 1, 196608, 393249, 1, 196608, 393250, 1, 196608, 393251, 1, 196608, 393252, 1, 196608, 393253, 1, 196608, 393256, 1, 196608, 393257, 1, 196608, 393258, 1, 196608, 393259, 1, 196608, 393260, 1, 196608, 393261, 1, 196608, 393262, 1, 196608, 393263, 1, 196608, 393266, 1, 196608, 458759, 1, 196608, 458762, 1, 196608, 458763, 1, 196608, 458764, 1, 196608, 458765, 1, 196608, 458766, 1, 196608, 458767, 1, 196608, 458768, 1, 196608, 458769, 1, 196608, 458770, 1, 196608, 458771, 1, 196608, 458772, 1, 196608, 458773, 1, 196608, 458774, 1, 196608, 458775, 1, 196608, 458776, 1, 196608, 458777, 1, 196608, 458778, 1, 196608, 458779, 1, 196608, 458780, 1, 196608, 458781, 1, 196608, 458782, 1, 196608, 458783, 1, 196608, 458784, 1, 196608, 458785, 1, 196608, 458786, 1, 196608, 458787, 1, 196608, 458788, 1, 196608, 458789, 1, 196608, 458792, 1, 196608, 458793, 1, 196608, 458794, 1, 196608, 458795, 1, 196608, 458796, 1, 196608, 458797, 1, 196608, 458798, 1, 196608, 458799, 1, 196608, 458802, 1, 196608, 524295, 1, 196608, 524298, 1, 196608, 524299, 1, 196608, 524300, 1, 196608, 524301, 1, 196608, 524302, 1, 196608, 524303, 1, 196608, 524304, 1, 196608, 524305, 1, 196608, 524306, 1, 196608, 524307, 1, 196608, 524308, 1, 196608, 524309, 1, 196608, 524310, 1, 196608, 524311, 1, 196608, 524312, 1, 196608, 524313, 1, 196608, 524314, 1, 196608, 524315, 1, 196608, 524316, 1, 196608, 524317, 1, 196608, 524318, 1, 196608, 524319, 1, 196608, 524320, 1, 196608, 524321, 1, 196608, 524322, 1, 196608, 524323, 1, 196608, 524324, 1, 196608, 524325, 1, 196608, 524328, 1, 196608, 524329, 1, 196608, 524330, 1, 196608, 524331, 1, 196608, 524332, 1, 196608, 524333, 1, 196608, 524334, 1, 196608, 524335, 1, 196608, 524338, 1, 196608, 589831, 1, 196608, 589834, 1, 196608, 589835, 1, 196608, 589836, 1, 196608, 589837, 1, 196608, 589838, 1, 196608, 589839, 1, 196608, 589840, 1, 196608, 589841, 1, 196608, 589842, 1, 196608, 589843, 1, 196608, 589844, 1, 196608, 589845, 1, 196608, 589846, 1, 196608, 589847, 1, 196608, 589848, 1, 196608, 589849, 1, 196608, 589850, 1, 196608, 589851, 1, 196608, 589852, 1, 196608, 589853, 1, 196608, 589854, 1, 196608, 589855, 1, 196608, 589856, 1, 196608, 589857, 1, 196608, 589858, 1, 196608, 589859, 1, 196608, 589860, 1, 196608, 589861, 1, 196608, 589864, 1, 196608, 589865, 1, 196608, 589866, 1, 196608, 589867, 1, 196608, 589868, 1, 196608, 589869, 1, 196608, 589870, 1, 196608, 589871, 1, 196608, 589874, 1, 196608, 655367, 1, 196608, 655370, 1, 196608, 655371, 1, 196608, 655372, 1, 196608, 655373, 1, 196608, 655374, 1, 196608, 655375, 1, 196608, 655376, 1, 196608, 655377, 1, 196608, 655378, 1, 196608, 655379, 1, 196608, 655380, 1, 196608, 655381, 1, 196608, 655382, 1, 196608, 655
|
2021-06-12 00:17:12 +02:00
|
|
|
|
|
|
|
[node name="Playa" parent="." instance=ExtResource( 3 )]
|
|
|
|
position = Vector2( 163.29, 78.3416 )
|
2021-06-12 02:28:40 +02:00
|
|
|
rotation = 1.6223
|
2021-06-12 00:17:12 +02:00
|
|
|
scale = Vector2( 0.2, 0.2 )
|
2021-06-12 02:28:40 +02:00
|
|
|
|
|
|
|
[node name="DropOffPoint" parent="." instance=ExtResource( 4 )]
|
|
|
|
position = Vector2( 645.77, 99.6374 )
|
|
|
|
|
|
|
|
[node name="DropOffPoint2" parent="." instance=ExtResource( 4 )]
|
|
|
|
position = Vector2( 520.662, 230.739 )
|
|
|
|
|
|
|
|
[node name="DropOffPoint3" parent="." instance=ExtResource( 4 )]
|
|
|
|
position = Vector2( 166.312, 322.885 )
|
|
|
|
|
|
|
|
[node name="Guest" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 337.119, 100.387 )
|
|
|
|
|
|
|
|
[node name="Guest2" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 761.14, 102.634 )
|
|
|
|
|
|
|
|
[node name="Guest3" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 758.143, 376.075 )
|
|
|
|
|
|
|
|
[connection signal="picked_up" from="Guest" to="." method="_on_Guest_picked_up"]
|