-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStoneee.tscn
More file actions
32 lines (23 loc) · 874 Bytes
/
Copy pathStoneee.tscn
File metadata and controls
32 lines (23 loc) · 874 Bytes
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Assets/Stone/Stone.png" type="Texture" id=1]
[sub_resource type="SegmentShape2D" id=1]
a = Vector2( 23, -3 )
b = Vector2( -3, 15 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 12, 15.5 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 13, 7.5 )
[node name="StaticBody2D" type="StaticBody2D"]
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
centered = false
offset = Vector2( -3, 0 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 24, 16 )
shape = SubResource( 1 )
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
position = Vector2( 12, 15.5 )
shape = SubResource( 2 )
[node name="CollisionShape2D3" type="CollisionShape2D" parent="."]
position = Vector2( 34, 7.5 )
shape = SubResource( 3 )