-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBridge.tscn
33 lines (25 loc) · 990 Bytes
/
Bridge.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Bridge.gd" type="Script" id=1]
[ext_resource path="res://tileset.tres" type="TileSet" id=2]
[ext_resource path="res://Storage.tscn" type="PackedScene" id=3]
[ext_resource path="res://Interactable.tscn" type="PackedScene" id=4]
[sub_resource type="CapsuleShape2D" id=1]
radius = 46.471
height = 265.081
[node name="Bridge" type="Node2D"]
script = ExtResource( 1 )
[node name="Base" type="TileMap" parent="."]
position = Vector2( 0, -16 )
tile_set = ExtResource( 2 )
cell_size = Vector2( 32, 32 )
format = 1
tile_data = PoolIntArray( 65532, 10, 0, 3, 10, 2 )
[node name="CoreBridge" type="TileMap" parent="Base"]
tile_set = ExtResource( 2 )
cell_size = Vector2( 32, 32 )
format = 1
[node name="Storage" parent="." instance=ExtResource( 3 )]
[node name="Interactable" parent="." instance=ExtResource( 4 )]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Interactable"]
rotation = 1.5708
shape = SubResource( 1 )