66 lines
2.6 KiB
Plaintext
66 lines
2.6 KiB
Plaintext
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://Images/Grass Block.png" type="Texture" id=1]
|
|
[ext_resource path="res://char/PLV.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://main_menu.gd" type="Script" id=3]
|
|
[ext_resource path="res://Play_UI.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://Images/rotary_phone_iconcolored.png" type="Texture" id=5]
|
|
[ext_resource path="res://teleport_test.gd" type="Script" id=6]
|
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=2]
|
|
points = PoolVector2Array( 0, 0, 112, 0.609558, 111.528, 65.7137, 0, 66 )
|
|
|
|
[sub_resource type="TileSet" id=1]
|
|
0/name = "Grass Block.png 0"
|
|
0/texture = ExtResource( 1 )
|
|
0/tex_offset = Vector2( 0, 0 )
|
|
0/modulate = Color( 1, 1, 1, 1 )
|
|
0/region = Rect2( 0, 0, 112, 66 )
|
|
0/tile_mode = 0
|
|
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 = SubResource( 2 )
|
|
0/shape_one_way = false
|
|
0/shape_one_way_margin = 1.0
|
|
0/shapes = [ {
|
|
"autotile_coord": Vector2( 0, 0 ),
|
|
"one_way": false,
|
|
"one_way_margin": 1.0,
|
|
"shape": SubResource( 2 ),
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
} ]
|
|
0/z_index = 0
|
|
|
|
[sub_resource type="RectangleShape2D" id=3]
|
|
extents = Vector2( 94, 75.25 )
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
tile_set = SubResource( 1 )
|
|
show_collision = true
|
|
format = 1
|
|
tile_data = PoolIntArray( 458759, 0, 0, 458760, 0, 0, 458761, 0, 0, 458762, 0, 0, 458763, 0, 0, 458764, 0, 0, 458765, 0, 0, 458766, 0, 0, 524288, 0, 0, 524289, 0, 0, 524290, 0, 0, 524291, 0, 0, 524292, 0, 0, 524293, 0, 0, 524294, 0, 0, 524295, 0, 0, 524296, 0, 0, 524297, 0, 0, 524298, 0, 0, 524299, 0, 0, 524300, 0, 0, 524301, 0, 0, 524302, 0, 0, 589824, 0, 0, 589825, 0, 0, 589826, 0, 0, 589827, 0, 0, 589828, 0, 0, 589829, 0, 0, 589830, 0, 0, 589831, 0, 0, 589832, 0, 0, 589833, 0, 0, 589834, 0, 0, 589835, 0, 0, 589836, 0, 0, 589837, 0, 0, 589838, 0, 0, 589839, 0, 0 )
|
|
|
|
[node name="KinematicBody2D" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 102, 414 )
|
|
|
|
[node name="Node2D" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
position = Vector2( 178, 173 )
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
position = Vector2( 842, 196 )
|
|
shape = SubResource( 3 )
|
|
|
|
[node name="RotaryPhoneIconcolored" type="Sprite" parent="Area2D/CollisionShape2D"]
|
|
position = Vector2( -11, 4 )
|
|
texture = ExtResource( 5 )
|
|
|
|
[connection signal="body_entered" from="Area2D" to="Area2D" method="_on_Area2D_body_entered_golvl2"]
|